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:ex::implements"

lib/ex/implements.pm River stage zero No dependents

PDCAWLEY/Interface-Polymorphism-0.2 - 20 Oct 2000 11:26:34 UTC

Gtk2::Ex::Lasso - drag the mouse to lasso a rectangular region River stage one • 1 direct dependent • 1 total dependent

A "Gtk2::Ex::Lasso" object implements a "lasso" style user selection of a rectangular region in a widget window, drawing dashed lines as visual feedback while selecting. +-------------------------+ | | | +-----------+ | | | | | | | | | | +-----------...

KRYDE/Gtk2-Ex-Xor-23 - 24 Aug 2019 12:33:46 UTC

CGI::Ex::Recipes::Edit - Implements editing of a recipe! River stage zero No dependents

BEROV/CGI-Ex-Recipes-0.08 - 05 Sep 2012 07:36:32 UTC

CGI::Ex::Recipes::Add - Implements the creation of a new recipe! River stage zero No dependents

BEROV/CGI-Ex-Recipes-0.08 - 05 Sep 2012 07:36:32 UTC

Gtk2::Ex::TreeMap - Implementation of TreeMap. River stage zero No dependents

Treemap is a space-constrained visualization of hierarchical structures. It is very effective in showing attributes of leaf nodes using size and color coding. http://www.cs.umd.edu/hcil/treemap/ The popular treemaps are; http://www.marumushi.com/apps...

OFEYAIKON/Gtk2-Ex-TreeMap-0.02 - 08 Jun 2005 05:34:10 UTC

Gtk2::Ex::Dragger - drag to move adjustment position River stage one • 1 direct dependent • 1 total dependent

"Gtk2::Ex::Dragger" implements mouse pointer dragging to move the contents of a widget horizontally, vertically, or both. It works on any windowed widget which has "Gtk2::Adjustment" objects controlling the visible part. The width or height of the wi...

KRYDE/Gtk2-Ex-Dragger-10 - 18 Jun 2011 01:31:20 UTC

CGI::Ex::Recipes::Delete - Implements the "delete" step! River stage zero No dependents

BEROV/CGI-Ex-Recipes-0.08 - 05 Sep 2012 07:36:32 UTC

CGI::Ex::Recipes::Imager - Implements image mangement! River stage zero No dependents

NOTE: this is just a draft. Nothing is implemented. Manages display and recise of images. If an image is already recised and stored in the temp directory, just creates an img tag with src attribute pointing to the ready for display image. If the imag...

BEROV/CGI-Ex-Recipes-0.08 - 05 Sep 2012 07:36:32 UTC

Gtk2::Ex::TickerView - scrolling ticker display widget River stage one • 1 direct dependent • 1 total dependent

A "Gtk2::Ex::TickerView" widget displays items from a "Gtk2::TreeModel" scrolling across the window, like a news bar or stock ticker. +----------------------------------------------------------+ | st item * The second item * The third item * The fou ...

KRYDE/Gtk2-Ex-TickerView-16 - 24 Nov 2019 06:46:21 UTC

Gtk2::Ex::PrintDialog - a simple, pure Perl dialog for printing PostScript data in GTK+ applications. River stage zero No dependents

This module implements a dialog widget that can be used to print PostScript data. It is intended to be a lightweight and pure-perl alternative to the Gnome2::Print libraries. This module uses a simple system of operating-system specific backends that...

GBROWN/Gtk2-Ex-PrintDialog-0.03 - 25 Apr 2007 10:48:35 UTC

Gtk2::Ex::TiedListColumn - tie an array to a column of a list TreeModel River stage zero No dependents

TiedListColumn ties an array to a single column of a list-type "Gtk2::TreeModel" object so that reading from the array reads from the model. If the model implements modification functions like "set", "insert" and "remove" in the style of "Gtk2::ListS...

KRYDE/Gtk2-Ex-TiedListColumn-5 - 22 Sep 2010 00:54:46 UTC

Getopt::EX::LabeledParam - Labeled parameter handling River stage two • 10 direct dependents • 19 total dependents

This module implements super class of Getopt::EX::Colormap. Parameters can be given in two ways: one in labeled table, and one in indexed list. Handler maintains hash and list objects, and labeled values are stored in hash, non-label values are in li...

UTASHIRO/Getopt-EX-2.1.6 - 20 Dec 2023 12:45:15 UTC

Gtk2::Ex::ListModelConcat - concatenated list models River stage one • 1 direct dependent • 1 total dependent

"Gtk2::Ex::ListModelConcat" presents list type TreeModels concatenated together as a single long list. A Concat doesn't hold any data itself, it just presents the sub-models' content. "Gtk2::ListStore" objects are suitable as the sub-models but any s...

KRYDE/Gtk2-Ex-ListModelConcat-11 - 02 Jan 2016 05:37:05 UTC

Gtk2::Ex::FormFactory::Menu - A Menu in a FormFactory framework River stage one • 1 direct dependent • 1 total dependent

This class implements a Menu in a Gtk2::Ex::FormFactory framework and pretty much wraps Gtk2::Ex::Simple::Menu. No application object attributes are associated with a Menu as a whole. But you may associate single Menu entries with an object. This way...

JRED/Gtk2-Ex-FormFactory-0.67 - 11 Aug 2011 10:39:30 UTC

Gtk2::Ex::TreeOfTreesModel - concatenated list models River stage zero No dependents

"Gtk2::Ex::TreeOfTreesModel" presents a set of list-type TreeModels concatenated together as a single list. A Concat doesn't hold any data itself, it just presents the sub-models' content. "Gtk2::ListStore" objects are suitable as the sub-models, but...

KRYDE/App-Chart-274 - 15 May 2024 13:50:37 UTC

Gtk2::Ex::FormFactory::List - A List in a FormFactory framework River stage one • 1 direct dependent • 1 total dependent

This class implements a List in a Gtk2::Ex::FormFactory framework (based on Gtk2::Ex::Simple::List). The value of the associated application object attribute needs to be a reference to a two dimensional array with the content of the list....

JRED/Gtk2-Ex-FormFactory-0.67 - 11 Aug 2011 10:39:30 UTC

Gtk2::Ex::FormFactory::VBox - A VBox in a FormFactory framework River stage one • 1 direct dependent • 1 total dependent

This class implements a VBox in a Gtk2::Ex::FormFactory framework. No application object attributes are associated with a VBox....

JRED/Gtk2-Ex-FormFactory-0.67 - 11 Aug 2011 10:39:30 UTC

Gtk2::Ex::FormFactory::HBox - A HBox in a FormFactory framework River stage one • 1 direct dependent • 1 total dependent

This class implements a HBox in a Gtk2::Ex::FormFactory framework. No application object attributes are associated with a HBox....

JRED/Gtk2-Ex-FormFactory-0.67 - 11 Aug 2011 10:39:30 UTC

Gtk2::Ex::FormFactory::Form - A Form in a FormFactory framework River stage one • 1 direct dependent • 1 total dependent

This class implements a Form in a Gtk2::Ex::FormFactory framework. A Form is rendered as a two column table with labels in the first and the corresponding widgets in the second column. No application object attributes are associated with a Form....

JRED/Gtk2-Ex-FormFactory-0.67 - 11 Aug 2011 10:39:30 UTC

Gtk2::Ex::FormFactory::Table - Complex table layouts made easy River stage one • 1 direct dependent • 1 total dependent

This module implements a simple way of defining complex table layouts inside a Gtk2::Ex::FormFactory environment....

JRED/Gtk2-Ex-FormFactory-0.67 - 11 Aug 2011 10:39:30 UTC
66 results (0.037 seconds)