Tk::ObjScanner - a GUI to scan any perl data structure or object
The scanner provides a GUI to scan the attributes of an object. It can also be used to scan the elements of a hash or an array. This widget can be used as a regular widget in a Tk application or can be used as an autonomous popup widget that will dis...
DDUMONT/Tk-ObjScanner-2.017 - 11 May 2017 17:04:11 UTC - Search in distribution
Config::Model::ObjTreeScanner - Scan config tree and perform call-backs for each element or node
This module creates an object that explores (depth first) a configuration tree. For each part of the configuration tree, ObjTreeScanner object calls one of the subroutine reference passed during construction. (a call-back or a hook) Call-back and hoo...
DDUMONT/Config-Model-2.150 - 08 May 2022 15:10:12 UTC - Search in distribution
Data::Walker - A tool for navigating through Perl data structures
This module allows you to "walk" an arbitrary Perl data structure in the same way that you can walk a directory tree from a UNIX command line. It reuses familiar unix commands (such as "ls", "cd", "pwd") and applies these to data structures. It has a...
JNOLAN/Data-Walker-1.05 - 18 Oct 2002 23:59:27 UTC - Search in distribution
Tk::ObjEditor - Tk composite widget Obj editor
This widget provides a GUI to edit the attributes of an object or the elements of a simple hash or array. The editor is a Tk::ObjScanner with additional function to edit data. The editor can be used in an autonomous way with the "edit_object" functio...
DDUMONT/Tk-ObjEditor-2.009 - 03 Aug 2014 16:13:13 UTC - Search in distribution- Tk::ObjEditorDialog - Tk composite widget obj editor popup dialog
Tk::WidgetDump - dump the widget hierarchie
"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 - Search in distribution
Tk::Multi::Toplevel - Toplevel MultiManager
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 - Search in distribution