The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Tk::Message"

Tk/Message.pm River stage three • 160 direct dependents • 171 total dependents

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC

Tk::YAMessage - Yet another message box River stage zero No dependents

Provides a basic, less noisy, replacement for Tk::MessageBox. Inherits Tk::YADialog....

HANJE/Tk-YADialog-0.03 - 07 Jun 2023 07:13:59 UTC

lib/Tk/AppWindow/Ext/StatusBar/SMessageItem.pm River stage zero No dependents

HANJE/Tk-AppWindow-0.02 - 28 Feb 2024 15:29:57 UTC

Tk::Carp - Redirect warnings and errors to Tk Dialogs River stage zero No dependents

When Perl programs are run in a GUI environment, it is often desirable to have them run with no console attached. Unfortunately, this causes any warnings or errors to be lost. Worse, fatal errors can cause your program to silently disappear, forcing ...

JOHNSCA/TkCarp-1.2 - 12 May 2004 00:24:56 UTC

Tk::Shell - Handlers for Tk::Workspace.pm shell clients. River stage zero No dependents

This module is incomplete. There's no API or calling synopsis at the moment. It's primary purpose is to provide some abstraction, and hopefully data hiding, from the parent Workspace process. Results may be unpredictable due to the I/O buffering beha...

RKIES/Tk-Workspace-1.76 - 03 Apr 2014 17:08:42 UTC

Tk::Graph - A graphical Chartmaker at Canvas (Realtime). River stage zero No dependents

A graphical Chartmaker at Canvas (Realtime). This is a real Canvas widget, so you can draw with the standard routines in the Canvas object. For example, you can draw a line with *$chart*->*line(x,y,...)*. This is useful for you when you will add a lo...

XPIX/Tk-Graph-0.06 - 12 Dec 2002 17:20:22 UTC

Tk::FormUI - A Moo based object oriented interface for creating forms for use with Tk River stage zero No dependents

PDURDEN/Tk-FormUI-1.07 - 29 Sep 2015 21:40:41 UTC

Tk::Getopt - User configuration window for Tk with interface to Getopt::Long River stage zero No dependents

Tk::Getopt provides an interface to access command line options via Getopt::Long and editing with a graphical user interface via a Tk window. Unlike Getopt::Long, this package uses a object oriented interface, so you have to create a new Tk::Getopt o...

SREZIC/Tk-Getopt-0.51 - 23 Apr 2017 09:00:29 UTC

Tk::TextVi - Tk::Text widget with Vi-like commands River stage zero No dependents

Tk::TextVi is a Tk::TextUndo widget that replaces InsertKeypress() to handle user input similar to vi. All other methods remain the same (and most code should be using $text->insert( ... ) rather than $text->InsertKeypress()). This only implements th...

JSTROM/Tk-TextVi-0.015 - 10 May 2009 14:44:50 UTC

Tk::SelFile - a widget for choosing a file to read or write River stage zero No dependents

This Module pops up a file selector box, with a directory entry with filter on top, a list of directories in the current directory, a list of files in the current directory, an entry for entering or modifying a file name, a read button, a write butto...

ALSCH/Tk-SelFile-0.02 - 20 Nov 1995 16:33:46 UTC

Tk::ToolBar - A toolbar widget for Perl/Tk River stage one • 3 direct dependents • 6 total dependents

This module implements a dockable toolbar. It is in the same spirit as the "short-cut" toolbars found in most major applications, such as most web browsers and text editors (where you find the "back" or "save" and other shortcut buttons). Buttons of ...

ASB/Tk-ToolBar-0.12 - 27 Feb 2015 23:06:03 UTC

Tk::JDialog - a translation of `tk_dialog' from Tcl/Tk to TkPerl (based on John Stoffel's idea). River stage zero No dependents

This is an OO implementation of `tk_dialog'. First, create all your Dialog objects during program initialization. When it's time to use a dialog, invoke the `show' method on a dialog object; the method then displays the dialog, waits for a button to ...

TURNERJW/Tk-JDialog-1.20 - 19 Jun 2023 17:26:22 UTC

Tk::Dressing - Set a theme (dressing) in your widget and its children. River stage zero No dependents

Tk::Dressing allows you to set a theme (dressing) in your widget and its children by using one of different default themes or by loading a new theme. A theme contains all options that you want to use to configure the Tk widgets (color of buttons, of ...

DJIBEL/Tk-Dressing-1.04 - 01 Jan 2011 22:25:17 UTC

Tk::AppWindow - an application framework based on Tk River stage zero No dependents

An extendable application framework written in perl/Tk. The aim is maximum user configurability and ease of application building. To get started read Tk::AppWindow::OverView. This document is a reference manual....

HANJE/Tk-AppWindow-0.02 - 28 Feb 2024 15:29:57 UTC

Tk::ErrorDump - An alternative to Tk::Error or Tk::ErrorDialog River stage zero No dependents

[ NOTE: This module is derived directly from Tk::ErrorDialog... tho you probably can't tell it anymore ] An error dialog that traps Tk errors, then displays the error and stack trace in a ROText widget, and gives the user the opportunity to save that...

DARNOLD/Tk-ErrorDump-0.02 - 16 Jan 2004 18:04:14 UTC

Tk::PathEntry - Entry widget for selecting paths with completion River stage zero No dependents

This is an alternative to classic file selection dialogs. It works more like the file completion in modern shells like "tcsh" or "bash". With the "Tab" key, you can force the completion of the current path. If there are more choices, a window is popp...

SREZIC/Tk-PathEntry-3.08 - 22 Sep 2019 14:24:35 UTC

Tk::FileDialog - A highly configurable File Dialog widget for Perl/Tk. River stage zero No dependents

The widget is composed of a number of sub-widgets, namely, a listbox for files and (optionally) directories, an entry for filename, an (optional) entry for pathname, an entry for a filter pattern, a 'ShowAll' checkbox (for enabling display of .* file...

BPOWERS/Tk-FileDialog-1.3 - 09 Jun 1996 20:35:28 UTC

Tk::DBI::Form - Megawidget to offering edit, delete or insert a record. River stage zero No dependents

Tk::DBI::Form is a Megawidget offering edit, delete or insert operations for table records. At this time if this widget only compatible to MySQL Database....

XPIX/Tk-DBIx-0.01 - 17 Dec 2003 18:08:28 UTC

Tk::Tree::XML - XML tree widget River stage zero No dependents

XML graphically displays the tree structure of XML documents loaded from either an XML file or an XML string. XML enables Perl/Tk applications with a widget that allows visual representation and interaction with XML document trees. Target application...

SANTOS/Tk-Tree-XML-0.01 - 21 Dec 2008 11:40:49 UTC

Tk::ContextHelp - context-sensitive help with perl/Tk River stage zero No dependents

ContextHelp provides a context-sensitive help system. By activating the help system (either by clicking on a HelpButton or calling the activate method, the cursor changes to a left pointer with a question mark and the user may click on any widget in ...

SREZIC/Tk-ContextHelp-0.13 - 21 Nov 2015 12:14:31 UTC
37 results (0.047 seconds)