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 "dist:Tk Return::Value"

Tk_StrictMotif - Return value of tk_strictMotif variable River stage three • 163 direct dependents • 174 total dependents

This procedure returns the current value of the tk_strictMotif variable in the interpreter associated with *tkwin*'s application. The value is returned as an integer that is either 0 or 1. 1 means that strict Motif compliance has been requested, so a...

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

Tk::Wm - Communicate with window manager River stage three • 163 direct dependents • 174 total dependents

The wm methods are used to interact with window managers in order to control such things as the title for a window, its geometry, or the increments in terms of which it may be resized. The wm methods can take any of a number of different forms, depen...

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

Tk::Font - a class for finding X Fonts River stage three • 163 direct dependents • 174 total dependents

This module can be use to interrogate the X server what fonts are avaliable....

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

Tk::Font - Create and inspect fonts. River stage three • 163 direct dependents • 174 total dependents

The Font method provides several facilities for dealing with fonts, such as defining named fonts and inspecting the actual attributes of a font. The command has several different forms, determined by the first argument. The following forms are curren...

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

Tk::Menu - Create and manipulate Menu widgets River stage three • 163 direct dependents • 174 total dependents

The Menu method creates a new top-level window (given by the $widget argument) and makes it into a menu widget. Additional options, described above, may be specified on the command line or in the option database to configure aspects of the menu such ...

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

Tk::Text - Create and manipulate Text widgets River stage three • 163 direct dependents • 174 total dependents

The Text method creates a new window (given by the $text argument) and makes it into a text widget. Additional options, described above, may be specified on the command line or in the option database to configure aspects of the text such as its defau...

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

Tk::bind - Arrange for X events to invoke callbacks River stage three • 163 direct dependents • 174 total dependents

The bind method associates callbacks with X events. If *callback* is specified, bind will arrange for *callback* to be evaluated whenever the event(s) given by *sequence* occur in the window(s) identified by *$widget* or *tag*. If *callback* is an em...

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

Tk::grid - Geometry manager that arranges widgets in a grid River stage three • 163 direct dependents • 174 total dependents

The grid method is used to communicate with the grid geometry manager that arranges widgets in rows and columns inside of another window, called the geometry master (or master window). The grid method can have any of several forms, depending on the *...

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

Tk::mega - Perl/Tk support for writing widgets in pure Perl River stage three • 163 direct dependents • 174 total dependents

The goal of the mega-widget support of Perl/Tk is to make it easy to write mega-widgets that obey the same protocol and interface that the Tk core widgets support. *For mega-widget sample code please run the widget demonstration program and go to the...

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

Tk::Tree - Create and manipulate Tree widgets River stage three • 163 direct dependents • 174 total dependents

The Tree method creates a new window and makes it into a Tree widget and return a reference to it. Additional options, described above, may be specified on the command line or in the option database to configure aspects of the Tree widget such as its...

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

Tk::Trace - emulate Tcl/Tk trace functions. River stage three • 163 direct dependents • 174 total dependents

This class module emulates the Tcl/Tk trace family of commands by binding subroutines of your devising to Perl variables using simple Tie::Watch features. Callback format is patterned after the Perl/Tk scheme: supply either a code reference, or, supp...

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

Tk::Scale - Create and manipulate Scale widgets River stage three • 163 direct dependents • 174 total dependents

The Scale method creates a new window (given by the $widget argument) and makes it into a scale widget. Additional options, described above, may be specified on the command line or in the option database to configure aspects of the scale such as its ...

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

Tk::HList - Create and manipulate Tix Hierarchial List widgets River stage three • 163 direct dependents • 174 total dependents

The HList method creates a new window (given by the $widget argument) and makes it into a HList widget. Additional options, described above, may be specified on the command line or in the option database to configure aspects of the HList widget such ...

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

Tk::after - Execute a command after a time delay River stage three • 163 direct dependents • 174 total dependents

This method is used to delay execution of the program or to execute a callback in background sometime in the future. In perl/Tk *$widget*->after is implemented via the class "Tk::After", and callbacks are associated with *$widget*, and are automatica...

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

Tk::event - Miscellaneous event facilities: define virtual events and generate events River stage three • 163 direct dependents • 174 total dependents

The event*Action* methods provides several facilities for dealing with window system events, such as defining virtual events and synthesizing events. Virtual events are shared by all widgets of the same MainWindow. Different MainWindows can have diff...

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

Tk::Entry - Create and manipulate Entry widgets River stage three • 163 direct dependents • 174 total dependents

The Entry method creates a new window (given by the $entry argument) and makes it into an entry widget. Additional options, described above, may be specified on the command line or in the option database to configure aspects of the entry such as its ...

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

Tk::TList - Create and manipulate Tix Tabular List widgets River stage three • 163 direct dependents • 174 total dependents

The TList method creates a new window (given by the $widget argument) and makes it into a TList widget. Additional options, described above, may be specified on the command line or in the option database to configure aspects of the TList widget such ...

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

Tk::focus - Manage the input focus River stage three • 163 direct dependents • 174 total dependents

The focus methods are used to manage the Tk input focus. At any given time, one window on each display is designated as the *focus window*; any key press or key release events for the display are sent to that window. It is normally up to the window m...

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

Tk::Dialog - Create modal dialog and wait for a response. River stage three • 163 direct dependents • 174 total dependents

This procedure is part of the Tk script library - its arguments describe a dialog box. After creating a dialog box, Dialog waits for the user to select one of the Buttons either by clicking on the Button with the mouse or by typing return to invoke t...

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

Tk::Button - Create and manipulate Button widgets River stage three • 163 direct dependents • 174 total dependents

The Button method creates a new window (given by the $widget argument) and makes it into a button widget. Additional options, described above, may be specified on the command line or in the option database to configure aspects of the button such as i...

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC
60 results (0.075 seconds)