Routines for handling the dialog with tree on the left side
List of Global Functions
AdjustButtons - Adjust buttons at the bottom of the dialog
AdjustButtonsAny - Adjust buttons at the bottom of the dialog
Run - Generic function to create dialog and handle it's events. Run the event loop over the dialog with the left tree.
RunAndHide - Run the event loop over the dialog with the left tree. After finished, run UI::CloseDialog
ShowAndRun - Display the dialog and run its event loop
ShowFlat - Draw the dialog with the flat tree (only single level of the tree entries)
ShowTree - Draw the dialog with multi-level tree
List of Global Variables
Adjust buttons at the bottom of the dialog
Function parameters
map<string,string> buttons
Return value
void
Adjust buttons at the bottom of the dialog
Function parameters
map<string,any> buttons
Return value
void
Generic function to create dialog and handle it's events. Run the event loop over the dialog with the left tree.
Function parameters
map<string,any> settings
Return value
symbol - wizard sequencer symbol
Run the event loop over the dialog with the left tree. After finished, run UI::CloseDialog
Function parameters
map<string,any> settings
Return value
symbol - wizard sequencer symbol
Display the dialog and run its event loop
Function parameters
map<string,any> settings
Return value
symbol - wizard sequencer symbol
Draw the dialog with the flat tree (only single level of the tree entries)
Function parameters
list<string> ids_order
map<string,map<string,any> > screens
Return value
void