Go to the source code of this file.
Data Structures | |
| struct | dialog |
| attributes for the container of the dialog More... | |
| struct | dialogwidget |
| attributes for widget for dialog operation More... | |
| struct | giml |
| the root element attributes More... | |
| struct | widget |
| attributes for dialog widget More... | |
Enumerations | |
| enum | focustype { main, ctrl } |
| possible initial focus settings More... | |
| enum | widgettype { action, characterinput, characterinput_numeric, characterinput_alphabetic, optionchoice, optionchoice_boolean, optionchoice_single, optionchoice_single_compact, label } |
| available interface object types More... | |
Functions | |
| void | dtd_dc_title (void) |
| custom element for metadata | |
| void | dtd_dialog (void) |
| container for the dialog | |
| void | dtd_dialogwidget (void) |
| widget for dialog operation | |
| void | dtd_dialogwidgets (void) |
| widget group for dialog operation | |
| void | dtd_disabled (void) |
| disabled property for dialog widget | |
| void | dtd_giml (void) |
| the root element | |
| void | dtd_i18n_text (void) |
| intermediate nodes for i18n | |
| void | dtd_label (void) |
| label for dialog widget | |
| void | dtd_meta (void) |
| additional metadata for nodes | |
| void | dtd_option (void) |
| option for option group | |
| void | dtd_options (void) |
| options group for dialog widget | |
| void | dtd_required (void) |
| required property for dialog widget | |
| void | dtd_value (void) |
| value property for dialog widget | |
| void | dtd_widget (void) |
| dialog widget | |
| void | dtd_widgetgroup (void) |
| dialog widget group | |
Definition in file giml.dtd.
1.3.6