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::Toplevel"

Tk/Toplevel.pm River stage three • 163 direct dependents • 174 total dependents

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

Tk::Multi::Toplevel - Toplevel MultiManager River stage zero No dependents

This class is a Tk::Multi::Manager packed in a Toplevel window. It features also : * 'File->show internal...' button to invoke an Object Scanner (See Tk::ObjScanner) * A facility to manage user menus with sorted buttons * A help facility based on Tk:...

DDUMONT/Tk-Multi-1.006 - 04 Nov 2004 14:23:38 UTC

Tk::StayOnTop - Keep your window in the foreground River stage zero No dependents

Adds methods to the Tk::Toplevel base class so that a window can stay on top off all other windows. METHODS POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 8: =over is the last thing in the document?!...

GBROCK/Tk-StayOnTop-0.12 - 05 Feb 2006 04:06:39 UTC

Tk::IDEdragShadowToplevel - Shadow Outline for Showing Drag Motion or Drop Targets River stage zero No dependents

This is a composite widget that implements a grey outline frame that can be used to show window shapes when dragging, or drop-target areas. This differs from the releated Tk::IDEdragShadow widget in that it acts like a top-level widget. It can be dra...

CAC/Tk-IDElayout-0.37 - 12 Dec 2020 22:09:25 UTC

Tk::Pod - Pod browser toplevel widget River stage two • 7 direct dependents • 13 total dependents

Simple Pod browser with hypertext capabilities in a "Toplevel" widget...

SREZIC/Tk-Pod-0.9943 - 31 Jan 2016 13:45:11 UTC

Tk::Poplevel - Popping a toplevel without decoration relative to a widget River stage one • 3 direct dependents • 6 total dependents

This widget pops a toplevel without ornaments relative to the widget specified in the -widget option. It aligns its size and position to the widget. Clicking outside the toplevel will pop it down....

HANJE/Tk-PopList-0.07 - 22 Mar 2024 15:32:14 UTC

Tk::PodSingle - Pod browser toplevel widget for single pod files River stage zero No dependents

This module inherits Tk::Pod and slightly changes its' features by removing menu entries (and bindings) that pertain to opening a different pod file. It is suitable for when you want to only display a single pod file or a group of self-contained pod ...

KEN/Tk-PodSingle-1.01 - 13 Oct 2005 23:08:36 UTC

Tk::MDI - Multiple Document Interface for Tk River stage zero No dependents

This module emulates MDI type functionality with a twist. The twist is ... virtually any Tk widget can be used! Hence, the 'D' in MDI is somewhat of a misnomer. The MDI method creates a new MDI window (i.e. a Frame) and returns a blessed reference to...

AQUMSIEH/Tk-MDI-0.2 - 07 Mar 2002 13:28:59 UTC

Tk::More - a 'more' or 'less' like text widget River stage two • 7 direct dependents • 13 total dependents

Tk::More is a readonly text widget with additional key bindings as found in UNI* command line tools "more" or "less". As in "more" an additional status/command line is added at the bottom....

SREZIC/Tk-Pod-0.9943 - 31 Jan 2016 13:45:11 UTC

Tk::Help - Simple widget for creating a help system for Perl/Tk applications River stage zero No dependents

This is an answer to a personal need to be able to create help systems for my Perl/Tk applications. Originally, I just created a really big dialog and formatted all the text, which was tedious and clumsy. I wanted to create something that looked 'sim...

DOUGTHUG/Tk-Help-0.3 - 22 Feb 2011 18:10:16 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

Tcl::Tk - Extension module for Perl giving access to Tk via the Tcl extension River stage one • 3 direct dependents • 3 total dependents

The "Tcl::Tk" module provides access to the Tk library within Tcl/Tk installation. By using this module an interpreter object created, which then gain access to entire variety of installed Tcl libraries (Tk, Tix, BWidgets, BLT, etc) and existing feat...

VKON/Tcl-Tk-1.29 - 29 Jul 2018 15:26:01 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::Wizard - GUI for step-by-step interactive logical process River stage one • 1 direct dependent • 1 total dependent

In the context of this namespace, a Wizard is defined as a graphic user interface (GUI) that presents information, and possibly performs tasks, step-by-step via a series of different pages. Pages (or 'screens', or 'Wizard frames') may be chosen logic...

LGODDARD/Tk-Wizard-2.158 - 23 Nov 2015 12:26:37 UTC

Tk::PopList - Popping a selection list relative to a widget River stage one • 3 direct dependents • 6 total dependents

Inherits Tk::Poplevel This widget pops a listbox relative to the widget specified in the -widget option. It aligns its size and position to the widget. You can specify -selectcall to do something when you select an item. It gets the selected item as ...

HANJE/Tk-PopList-0.07 - 22 Mar 2024 15:32:14 UTC

Tcl::pTk - Interface to Tcl/Tk with Perl/Tk compatible syntax River stage zero No dependents

"Tcl::pTk" interfaces perl to an existing Tcl/Tk installation on your computer. It has fully perl/tk (See Tk) compatible syntax for running existing perl/tk scripts, as well as direct-tcl syntax for using any other Tcl/Tk features. Using this module ...

CAC/Tcl-pTk-1.11 - 10 Aug 2023 09:08:25 UTC

Tk::MIMEApp - The great new Tk::MIMEApp! River stage one • 1 direct dependent • 1 total dependent

JIMI/Tk-MIMEApp-0.04 - 16 Jan 2014 09:04:05 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::YADialog - Yet another dialog River stage one • 1 direct dependent • 1 total dependent

Provides a basic, less noisy, replacement for Tk::Dialog. Inherits Tk::Toplevel....

HANJE/Tk-YADialog-0.03 - 07 Jun 2023 07:13:59 UTC
62 results (0.037 seconds)