Common widget manipulation |
modules/CWMTab.ycp |
| Routines for tab widget handling | |
|
Imports
Global Functions
Local VariablesLocal Functions |
Empty tab (just to be used as fallback constant)
Fallback label for a tab if no is defined
ID of the currently displayed tab
ID of previously selected tab
description map of the currently selected tab
description map of the currently selected tab
Initialize the widgets in the tab
- Parameters:
-
tab a map describing the tab
Handle events on the widgets inside the tab
- Parameters:
-
tab a map describing the tab event map event that caused the event handling
- Return value:
-
for wizard sequencer or nil
Store settings of all widgets inside the tab
- Parameters:
-
tab a map describing the tab event map event that caused the saving process
Validate settings of all widgets inside the tab
- Parameters:
-
tab a map describing the tab event map event that caused the validation process
- Return value:
-
true if validation succeeded
Redraw the whole tab
- Parameters:
-
tab a map describing the tab
Redraw the part of the help related to the tab widget
- Parameters:
-
widget a map of the tab widget tab a map describing the tab
Make the currently selected tab be displayed a separate way
Init function of the widget
- Parameters:
-
widget key strnig the widget key
Handle function of the widget
- Parameters:
-
widget key strnig the widget key event map event to be handled
- Return value:
-
for wizard sequencer or nil
Store function of the widget
- Parameters:
-
key strnig the widget key event map that caused widget data storing
Init function of the widget
- Parameters:
-
key strnig the widget key
Get the ID of the currently displayed tab
- Return value:
-
the ID of the currently displayed tab
Handle function of the widget
- Parameters:
-
key strnig the widget key event map event to be handled
- Return value:
-
for wizard sequencer or nil
Validate function of the widget
- Parameters:
-
key strnig the widget key event map that caused widget data storing
Get the widget description map
- Parameters:
-
settings
- Return value:
-
the widget description map