| CAIRO_DOCK_WIDGET_CHECK_BUTTON |
boolean in a button to tick.
|
| CAIRO_DOCK_WIDGET_CHECK_CONTROL_BUTTON |
boolean in a button to tick, that will control the sensitivity of the next widget.
|
| CAIRO_DOCK_WIDGET_SPIN_INTEGER |
integer in a spin button.
|
| CAIRO_DOCK_WIDGET_HSCALE_INTEGER |
integer in an horizontal scale.
|
| CAIRO_DOCK_WIDGET_SIZE_INTEGER |
pair of integers for dimansion WidthxHeight
|
| CAIRO_DOCK_WIDGET_SPIN_DOUBLE |
double in a spin button.
|
| CAIRO_DOCK_WIDGET_COLOR_SELECTOR_RGB |
3 doubles with a color selector (RGB).
|
| CAIRO_DOCK_WIDGET_COLOR_SELECTOR_RGBA |
4 doubles with a color selector (RGBA).
|
| CAIRO_DOCK_WIDGET_HSCALE_DOUBLE |
double in an horizontal scale.
|
| CAIRO_DOCK_WIDGET_VIEW_LIST |
list of views.
|
| CAIRO_DOCK_WIDGET_THEME_LIST |
list of themes in a combo, with preview and readme.
|
| CAIRO_DOCK_WIDGET_THEME_LIST_ENTRY |
same but with a combo-entry to let the user enter any text.
|
| CAIRO_DOCK_WIDGET_THEME_SELECTOR |
list of dock themes, sortable by name, rating, and sobriety.
|
| CAIRO_DOCK_WIDGET_ANIMATION_LIST |
list of available animations.
|
| CAIRO_DOCK_WIDGET_DIALOG_DECORATOR_LIST |
list of available dialog decorators.
|
| CAIRO_DOCK_WIDGET_DESKLET_DECORATION_LIST |
list of available desklet decorations.
|
| CAIRO_DOCK_WIDGET_DESKLET_DECORATION_LIST_WITH_DEFAULT |
same but with the 'default' choice too.
|
| CAIRO_DOCK_WIDGET_DOCK_LIST |
list of existing docks.
|
| CAIRO_DOCK_WIDGET_ICON_THEME_LIST |
list of installed icon themes.
|
| CAIRO_DOCK_WIDGET_JUMP_TO_MODULE |
a button to jump to another module inside the config panel.
|
| CAIRO_DOCK_WIDGET_JUMP_TO_MODULE_IF_EXISTS |
same but only if the module exists.
|
| CAIRO_DOCK_WIDGET_LAUNCH_COMMAND |
a button to launch a specific command.
|
| CAIRO_DOCK_WIDGET_LAUNCH_COMMAND_IF_CONDITION |
a button to launch a specific command with a condition.
|
| CAIRO_DOCK_WIDGET_STRING_ENTRY |
a text entry.
|
| CAIRO_DOCK_WIDGET_FILE_SELECTOR |
a text entry with a file selector.
|
| CAIRO_DOCK_WIDGET_FOLDER_SELECTOR |
a text entry with a folder selector.
|
| CAIRO_DOCK_WIDGET_SOUND_SELECTOR |
a text entry with a file selector and a 'play' button, for sound files.
|
| CAIRO_DOCK_WIDGET_SHORTKEY_SELECTOR |
a text entry with a shortkey selector.
|
| CAIRO_DOCK_WIDGET_CLASS_SELECTOR |
a text entry with a class selector.
|
| CAIRO_DOCK_WIDGET_PASSWORD_ENTRY |
a text entry, where text is hidden and the result is encrypted in the .conf file.
|
| CAIRO_DOCK_WIDGET_FONT_SELECTOR |
a font selector button.
|
| CAIRO_DOCK_WIDGET_LIST |
a text list.
|
| CAIRO_DOCK_WIDGET_LIST_WITH_ENTRY |
a combo-entry, that is to say a list where one can add a custom choice.
|
| CAIRO_DOCK_WIDGET_NUMBERED_LIST |
a combo where the number of the line is used for the choice.
|
| CAIRO_DOCK_WIDGET_NUMBERED_CONTROL_LIST |
a combo where the number of the line is used for the choice, and for controlling the sensitivity of the widgets below.
|
| CAIRO_DOCK_WIDGET_NUMBERED_CONTROL_LIST_SELECTIVE |
a combo where the number of the line is used for the choice, and for controlling the sensitivity of the widgets below; controlled widgets are indicated in the list : {entry;index first widget;nb widgets}.
|
| CAIRO_DOCK_WIDGET_TREE_VIEW_SORT |
a tree view, where lines are numbered and can be moved up and down.
|
| CAIRO_DOCK_WIDGET_TREE_VIEW_SORT_AND_MODIFY |
a tree view, where lines can be added, removed, and moved up and down.
|
| CAIRO_DOCK_WIDGET_TREE_VIEW_MULTI_CHOICE |
a tree view, where lines are numbered and can be selected or not.
|
| CAIRO_DOCK_WIDGET_EMPTY_WIDGET |
an empty GtkContainer, in case you need to build custom widgets.
|
| CAIRO_DOCK_WIDGET_TEXT_LABEL |
a simple text label.
|
| CAIRO_DOCK_WIDGET_LINK |
a simple text label.
|
| CAIRO_DOCK_WIDGET_HANDBOOK |
a label containing the handbook of the applet.
|
| CAIRO_DOCK_WIDGET_SEPARATOR |
an horizontal separator.
|
| CAIRO_DOCK_WIDGET_FRAME |
a frame. The previous frame will be closed.
|
| CAIRO_DOCK_WIDGET_EXPANDER |
a frame inside an expander. The previous frame will be closed.
|