Inheritance diagram for Tooltips:

Public Member Functions | |
| this (GObject *gObject) | |
| Creates a ObjectG from a GTK GObject. | |
| this () | |
| Creates a new tooltip. | |
| void | enable () |
| Enable this tooltip. | |
| void | disable () |
| Disable this tooltip. | |
| void | setTip (Widget widget, String tip_text, String tip_private) |
| Attaches this tooltip to a widget and sets it's text values. | |
| void | forceWindow () |
| force window (force display of this tooltip?) | |
Static Public Member Functions | |
| GType | getType () |
| Gets this class type. | |
|
|
Disable this tooltip.
|
|
|
Enable this tooltip.
|
|
|
force window (force display of this tooltip?)
|
|
|
Gets this class type.
|
|
||||||||||||||||
|
Attaches this tooltip to a widget and sets it's text values.
|
|
|
Creates a new tooltip.
|
|
|
Creates a ObjectG from a GTK GObject. This will set a pointer to the ObjectG on the GTK GObject all the new widget will end up executing this contructor. Reimplemented from ObjectG. |