Builtin Widget Reference

Standard GTK+ Widgets

Several standard GTK+ widgets can be used for configuration keys. The arguments are the standard GTK+ arguments for these widgets. See the GTK+ documentation for a description of those.

Gnome:Calculator

Supports int and float types.

Gnome:Color:Picker

Supports int and string types.

Gnome:Entry

Supports all the types except bool, though is most useful for strings. Semantics are the same as for Gtk:Entry

Gnome:File:Entry

Supports the string type.

Gnome:Icon:Entry

Supports the string type.

Gnome:Number:Entry

Supports int and float types.

Gnome:Pixmap:Entry

Supports the string type.

Gtk:Combo

Supports all the types except bool, though is most useful for strings. Semantics are the same as for Gtk:Entry

Gtk:Editable

Supports all the types except bool, though is most useful for strings. This refers to any widget using editable. The semantics are the same as for Gtk:Entry.

Gtk:Entry

Supports all the types except bool, though is most useful for strings.

Gtk:Range

Supports int and float types.

Gtk:Spin:Button

Supports int and float types.

Gtk:Text

Supports all the types except bool, though is most useful for lists of strings. When used as a list, newlines separate entries.

Gtk:Toggle:Button

Supports the bool type. This refers to any widget which derives from the toggle button of course, including check and radio buttons.