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 ...
SREZIC/Tk-804.035 - 28 Mar 2020 19:28:42 UTCThis "*IS A*" text widget with all bindings removed that would alter the contents of the text widget. The contents can still be modified via method calls. BINDINGS Only read-only bindings from Tk::Text are available in Tk::ROText. Additionally the fo...
SREZIC/Tk-804.035 - 28 Mar 2020 19:28:42 UTCThe 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.035 - 28 Mar 2020 19:28:42 UTCThe 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.035 - 28 Mar 2020 19:28:42 UTCThe option database (also known as the *resource database* or the *application defaults database*) is a set of rules for applying default options to widgets. Users and system administrators can set up these rules to customize the appearance of applic...
SREZIC/Tk-804.035 - 28 Mar 2020 19:28:42 UTCHere are some guidelines you can use to find a peace of code is already available and how to contribute your code. *If you have perl/Tk code that can be reused or used as an example or starting point please check if one could find it using the method...
SREZIC/Tk-804.035 - 28 Mar 2020 19:28:42 UTCThis document describes differences between the Tk800 series and the Tk804 series....
SREZIC/Tk-804.035 - 28 Mar 2020 19:28:42 UTCThis document is for beginners. It assumes you know some Perl, and have it and Tk running. If you are *not* currently reading this document courtesy of the widget demonstration program, please be sure to run widget, as it will show you the various wi...
SREZIC/Tk-804.035 - 28 Mar 2020 19:28:42 UTCThis IS-A text widget with an unlimited 'undo' history but without a re'undo' capability. Bindings The "TextUndo" widget has the same bindings as the Text widget. In addition there are the following bindings: Event <L4> <<Undo>> undo the last change....
SREZIC/Tk-804.035 - 28 Mar 2020 19:28:42 UTCPreCompiling Before the actual compilation stage a script scans the source and extracts the subcommands of different commands. This information resides in the file "pTk/Methods.def". Compilation During compilation the above file is included in the so...
SREZIC/Tk-804.035 - 28 Mar 2020 19:28:42 UTCThis is an extension for Tk which supplies PNG format loader for Photo image type....
SREZIC/Tk-804.035 - 28 Mar 2020 19:28:42 UTCThis is an extension for Tk which supplies JPEG format loader for Photo image type. JPEG access is via release 5 of the The Independent JPEG Group's (IJG) free JPEG software....
SREZIC/Tk-804.035 - 28 Mar 2020 19:28:42 UTCptked is a simple text editor based on perl/Tk's TextUndo widget....
SREZIC/Tk-804.035 - 28 Mar 2020 19:28:42 UTCThis script demonstrates the various widgets provided by Tk, along with many of the features of the Tk toolkit. This file only contains code to generate the main window for the application, which invokes individual demonstrations. The code for the ac...
SREZIC/Tk-804.035 - 28 Mar 2020 19:28:42 UTCA module generated by h2xs. It exists to export Xlib #define type constants for possible use with Tk::Xlib....
SREZIC/Tk-804.035 - 28 Mar 2020 19:28:42 UTCTerminate the process, returning *returnCode* to the system as the exit status. If *returnCode* isn't specified then it defaults to 0. If calling "exit" from code invoked via a Tk callback then this Tk version of "exit" cleans up more reliably than u...
SREZIC/Tk-804.035 - 28 Mar 2020 19:28:42 UTCptksh is a perl/Tk shell to enter perl commands interactively. When one starts ptksh a MainWindow is automaticly created, along with a ptksh command window. One can access the main window by typing commands using the variable $mw at the 'ptksh> ' pro...
SREZIC/Tk-804.035 - 28 Mar 2020 19:28:42 UTCVery simplistic image viewer that loads JPEG image, (well actually anything for which Photo has a handler) and puts it into a Label for display. It tries to find a fullcolour visual to use if display is deeper than 8-bit. (On 8-bit it uses a 4/4/4 pa...
SREZIC/Tk-804.035 - 28 Mar 2020 19:28:42 UTCInterface to special extentions supported by mwm....
SREZIC/Tk-804.035 - 28 Mar 2020 19:28:42 UTC"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.035 - 28 Mar 2020 19:28:42 UTC