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 options()"

Tk::options - Standard options supported by widgets and their manipulation River stage three • 163 direct dependents • 174 total dependents

All widgets, and images have a standard mechanism for setting and querying attibutes or options. The mechanism is based on two methods configure and cget. The behaviour of these methods is as follows: *$widget*->configure(*-option*=>*value* ?,*-optio...

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

Tk::Xrm - X Resource/Defaults/Options routines that obey the rules. River stage three • 163 direct dependents • 174 total dependents

Using this modules causes Tk's Option code to be replaced by versions which use routines from <X11/Xresource.h> - i.e. same ones every other X toolkit uses. Result is that "matching" of name/Class with the options database follows the same rules as o...

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

Tk_ParseArgv - process command-line options River stage three • 163 direct dependents • 174 total dependents

Tk_ParseArgv processes an array of command-line arguments according to a table describing the kinds of arguments that are expected. Each of the arguments in *argv* is processed in turn: if it matches one of the entries in *argTable*, the argument is ...

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

Tk - a graphical user interface toolkit for Perl River stage three • 163 direct dependents • 174 total dependents

The Perl/Tk manual is split up into a number of sections: Introduction * Tk::overview * Tk::UserGuide Tk Geometry Management * Tk::Adjuster * Tk::form * Tk::grid * Tk::pack * Tk::place * Tk::Table * Tk::Tiler * Tk::Wm Binding Events and Callbacks * T...

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

Tk::CmdLine - Process standard X11 command line options and set initial resources River stage three • 163 direct dependents • 174 total dependents

Process standard X11 command line options and set initial resources. The X11R5 man page for X11 says: "Most X programs attempt to use the same names for command line options and arguments. All applications written with the X Toolkit Intrinsics automa...

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

Tk_Init - add Tk to an interpreter and make a new Tk application. River stage three • 163 direct dependents • 174 total dependents

Tk_Init is the package initialization procedure for Tk. It is normally invoked by the Tcl_AppInit procedure for an application or by the load command. Tk_Init adds all of Tk's commands to *interp* and creates a new Tk application, including its main ...

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

Tk::Mwm - Communicate with the Motif(tm) window manager. River stage three • 163 direct dependents • 174 total dependents

Interface to special extentions supported by mwm....

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::pack - Geometry manager that packs around edges of cavity River stage three • 163 direct dependents • 174 total dependents

The pack method is used to communicate with the packer, a geometry manager that arranges the children of a parent by packing them in order around the edges of the parent. In this perl port of Tk it is normal to pack widgets one-at-a-time using the wi...

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::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::FBox - a file dialog River stage three • 163 direct dependents • 174 total dependents

"Tk::FBox" is the dialog implementation behind the "getOpenFile", "getSaveFile", and "chooseDirectory" method calls in the Unix/X11 world. As such, it supports all options for these methods and additionally: -sortcmd => sub { $_[0] cmp $_[1] } Specif...

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

Tk::send - Execute a command in a different application River stage three • 163 direct dependents • 174 total dependents

This method arranges for *cmd* (and *arg*s) to be 'sent' to the application named by *app*. It returns the result or an error (hence above should probably be 'wrapped' in eval{} and $@ tested). *App* may be the name of any application whose main wind...

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::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::Pane - A window panner River stage three • 163 direct dependents • 174 total dependents

Tk::Pane provides a scrollable frame widget. Once created it can be treated as a frame, except it is scrollable....

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::form - Geometry manager based on attachment rules River stage three • 163 direct dependents • 174 total dependents

The form method is used to communicate with the form Geometry Manager, a geometry manager that arranges the geometry of the children in a parent window according to attachment rules. The form geometry manager is very flexible and powerful; it can be ...

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

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

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

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

Tk::DItem - Tix Display Items River stage three • 163 direct dependents • 174 total dependents

The Tix Display Items and Display Types are devised to solve a general problem: many Tix widgets (both existing and planned ones) display many items of many types simultaneously. For example, a hierarchical listbox widget (see Tk::HList) can display ...

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