debian man page for kephra::commandlist

Query: kephra::commandlist

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Kephra::CommandList(3pm)				User Contributed Perl Documentation				  Kephra::CommandList(3pm)

NAME
Kephra::API::CommandList - external API for user callable functions
DESCRIPTION
The CommandList is a dynamically changeable list, that contains all the function calls for every menu item, toolbar button and most other widget items. It holds also label, help text, key binding, icon and more for each command. All these properties have to be changed globally here in a clean way. These commands where used by different gui elements, that allows menu and toolbar definitions to be very compact, readable and and easy changeable. Names of commands contain dashes as separator of namespaces.
SPECIFICATION
CommandlistItem o ID - unique identifier, hashkey, following hash is its value o call - CODEREF : actual action, performed when this command is called o sub - string : name of the called routine o enable - CODEREF : returns enable status (0 for disable) o enable_event - string : API::EventTable ID when to check to en/disable o state - CODEREF : that returns state value (for switches) o state_event - string : API::EventTable ID when to check is state changed o label - string : descriptive name o help - string : short help sentence o key - string : label of key binding o keycode - numeric keycode o icon - Wx::Bitmap perl v5.12.4 2011-06-08 Kephra::CommandList(3pm)
Related Man Pages
gtk2::action(3) - suse
qwtpickerclickpointmachine(3) - debian
qwtpickerdragrectmachine(3) - debian
gtk2::menutoolbutton(3pm) - debian
kephra::commandlist(3pm) - debian
Similar Topics in the Unix Linux Community
Python pickle.loads(string)