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 event"

Tk::event - Miscellaneous event facilities: define virtual events and generate events River stage three • 160 direct dependents • 171 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::Event - ToolKit for Events River stage three • 160 direct dependents • 171 total dependents

That is better than nothing but still hard to use. Most scripts want higher level result (a line, a "block" of data etc.) So it has occured to me that we could use new-ish TIEHANDLE thus: my $obj = tie SOMEHANDLE,Tk::Event::IO; while (<SOMEHANDLE>) {...

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

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

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

Event/Event/IO.pm River stage three • 160 direct dependents • 171 total dependents

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

Tk_EventInit - Use the Tk event loop without the rest of Tk River stage three • 160 direct dependents • 171 total dependents

This procedure may be invoked to use the Tk event management functions without the rest of Tk (e.g., in applications that do not have access to a display). Tk_EventInit creates the after and fileevent commands in *interp*. It also creates versions of...

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

Tk_HandleEvent - invoke event handlers for window system events River stage three • 160 direct dependents • 171 total dependents

Tk_HandleEvent is a lower-level procedure that deals with window events. It is called by Tk_ServiceEvent (and indirectly by Tk_DoOneEvent), and in a few other cases within Tk. It makes callbacks to any window event handlers (created by calls to Tk_Cr...

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

Tk_QueueWindowEvent - Add a window event to the Tcl event queue River stage three • 160 direct dependents • 171 total dependents

This procedure places a window event on Tcl's internal event queue for eventual servicing. It creates a Tcl_Event structure, copies the event into that structure, and calls Tcl_QueueEvent to add the event to the queue. When the event is eventually re...

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

Tk - a graphical user interface toolkit for Perl River stage three • 160 direct dependents • 171 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::bind - Arrange for X events to invoke callbacks River stage three • 160 direct dependents • 171 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::after - Execute a command after a time delay River stage three • 160 direct dependents • 171 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::Text - Create and manipulate Text widgets River stage three • 160 direct dependents • 171 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::Menu - Create and manipulate Menu widgets River stage three • 160 direct dependents • 171 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::Frame - Create and manipulate Frame widgets River stage three • 160 direct dependents • 171 total dependents

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

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

Tk::Label - Create and manipulate Label widgets River stage three • 160 direct dependents • 171 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::HList - Create and manipulate Tix Hierarchial List widgets River stage three • 160 direct dependents • 171 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::Widget - Base class of all widgets River stage three • 160 direct dependents • 171 total dependents

The Tk::Widget is an abstract base class for all Tk widgets. Generic methods available to all widgets include the methods based on core "winfo" mechanism and are used to retrieve information about windows managed by Tk. They can take any of a number ...

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

Tk::DropSite - Receive side of Drag & Drop abstraction River stage three • 160 direct dependents • 171 total dependents

"DropSite" creates an object which represents a site on which things may be "Dropped". A DropSite provides the following methods: $site->Enter($token,$event) $site->Leave($token,$event) $site->Motion($token,$event) $site->Drop($token,$event)...

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

Tk::Canvas - Create and manipulate Canvas widgets River stage three • 160 direct dependents • 171 total dependents

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

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

Tk_MainLoop - loop for events until all windows are deleted River stage three • 160 direct dependents • 171 total dependents

Tk_MainLoop is a procedure that loops repeatedly calling Tcl_DoOneEvent. It returns only when there are no applications left in this process (i.e. no main windows exist anymore). Most windowing applications will call Tk_MainLoop after initialization;...

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

Tk::Message - Create and manipulate Message widgets River stage three • 160 direct dependents • 171 total dependents

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

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