The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Tk::Font"

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

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

Tk::FontDialog - a font dialog widget for perl/Tk River stage one • 5 direct dependents • 8 total dependents

Tk::FontDialog implements a font dialog widget. The dialog is displayed by calling the Show method. The returned value is either the selected font (if the dialog was closed with the Ok button) or undef (otherwise). The exact type of the return value ...

SREZIC/Tk-FontDialog-0.18 - 22 Mar 2017 06:13:11 UTC

Tk::XFontSelect River stage zero No dependents

The Tk::XFontSelect widget displays a dialog box that lists the descriptors of all of the fonts that are present on the system. Selecting a font descriptor and pressing the "Accept" button returns to the main application a string containing that font...

RKIES/Tk-Workspace-1.76 - 03 Apr 2014 17:08:42 UTC

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

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

Tk::QuickForm::CFontItem - Font select entry widget for Tk::QuickForm. River stage zero No dependents

Inherits Tk::QuickForm::CTextItem. Provides a font entry with dialog for Tk::QuickForm. You should never create an instance directly like above. This should be handled by Tk::QuickForm....

HANJE/Tk-QuickForm-0.04 - 20 Aug 2023 16:44:06 UTC

Tk::WidgetDump - dump the widget hierarchie River stage zero No dependents

"Tk::WidgetDump" helps in debugging Perl/Tk applications. By calling the "WidgetDump" method, a new toplevel with the widget hierarchie will be displayed. The hierarchie can always be refreshed by the Refresh button (e.g. if new widgets are added aft...

SREZIC/Tk-WidgetDump-1.39 - 27 Nov 2013 11:31:04 UTC

lib/Tk/TextHighlight/RulesEditor.pm River stage zero No dependents

TURNERJW/Tk-TextHighlight-1.1.1 - 20 Jan 2016 05:32:04 UTC

Tk::TOTD - Tip Of The Day dialog for Perl/Tk. River stage zero No dependents

Tk::TOTD provides a simple Tip of the Day dialog for Perl/Tk programs....

KIRSLE/Tk-TOTD-0.5 - 18 Sep 2015 19:03:11 UTC

Tk::More - a 'more' or 'less' like text widget River stage two • 5 direct dependents • 11 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::Zinc - TkZinc is another Canvas which proposes many new functions, some based on openGL River stage zero No dependents

*Zinc* widget is very similar to Tk Canvase in that it supports structured graphics. Like the Canvas, TkZinc implements items used to display graphical entities. Those items can be manipulated and bindings can be associated with them to implement int...

ZINCDEV/tk-zinc-3.303 - 01 Apr 2006 16:25:57 UTC

Tk::Zinc - TkZinc is another Canvas which proposes many new functions, some based on openGL River stage zero No dependents

*Zinc* widget is very similar to Tk Canvase in that it supports structured graphics. Like the Canvas, TkZinc implements items used to display graphical entities. Those items can be manipulated and bindings can be associated with them to implement int...

ASB/Tk-Zinc-3.306 - 11 Apr 2021 10:35:46 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

Tk::Graph - A graphical Chartmaker at Canvas (Realtime). River stage zero No dependents

A graphical Chartmaker at Canvas (Realtime). This is a real Canvas widget, so you can draw with the standard routines in the Canvas object. For example, you can draw a line with *$chart*->*line(x,y,...)*. This is useful for you when you will add a lo...

XPIX/Tk-Graph-0.06 - 12 Dec 2002 17:20:22 UTC

Tk::Clock - Clock widget with analog and digital display River stage zero No dependents

This module implements a Canvas-based clock widget for perl-Tk with lots of options to change the appearance. Both analog and digital clocks are implemented....

HMBRAND/Tk-Clock-0.44 - 06 Jan 2023 14:45:09 UTC

Tk::Chart - Extension of Canvas widget to create a graph like GDGraph. River stage zero No dependents

Tk::Chart is a module to create and display graphs on a Tk widget. The module is written entirely in Perl/Tk. You can set a background gradient color by using Tk::Canvas::GradientColor methods. You can change the color, font of title, labels (x and y...

DJIBEL/Tk-Chart-1.22 - 09 Feb 2018 13:09:55 UTC

Tk::Gauge - create a multitude of analog gauge widgets. River stage zero No dependents

This widget creates an analog gauge. A gauge has various components: a radius highlighted by a circumference, one or more needles, a hub, three granularities of tick marks, one of which has a value label, a caption, title and specialized bands that v...

LUSOL/Tk-Gauge-0.3 - 21 Jun 2004 02:12:00 UTC

Tk::TabFrame - An alternative to the NoteBook widget : a tabbed geometry manager River stage zero No dependents

A tabbed frame geometry manager (like NoteBook). I haven't used NoteBook so I can't really say what behaviour differences or similarities there are. This widget uses direct subwidget creation (no Add methods) and has colors for the tabs....

DKWILSON/Tk-DKW-0.03 - 26 Nov 1999 05:33:47 UTC

Tk::FormUI - A Moo based object oriented interface for creating forms for use with Tk River stage zero No dependents

PDURDEN/Tk-FormUI-1.07 - 29 Sep 2015 21:40:41 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
90 results (0.035 seconds)