Inheritance diagram for DUIObject:
Public Member Functions | |
GtkObject * | gtkO () |
Get the GtkObject. | |
this (GtkType type, char[] firstPropertyName) | |
Creates a new DUIObject given a type and the first property name. | |
void | sink () |
probably does something i bet ya | |
void | destroy () |
Probably destroys the GtkObject. | |
Protected Member Functions | |
void | gtkO (GtkObject *gtkObject) |
Creates a DUIObject from a GtkObject. |
|
Probably destroys the GtkObject.
Reimplemented in Widget. |
|
Creates a DUIObject from a GtkObject.
|
|
Get the GtkObject.
|
|
probably does something i bet ya
|
|
Creates a new DUIObject given a type and the first property name.
|