Inheritance diagram for Color:
Public Member Functions | |
this (GObject *gObject) | |
Creates a ObjectG from a GTK GObject. | |
this () | |
Creates a new Color. | |
this (guint16 red, guint16 green, guint16 blue) | |
Creates a new Color with RGB values. | |
void | set (guint16 red, guint16 green, guint16 blue) |
Sets the Color with RGB values. | |
bit | allocColor () |
allocColor | |
GdkColor * | gdkColor () |
gets the gdkColor |
|
allocColor
|
|
gets the gdkColor
|
|
Sets the Color with RGB values.
|
|
Creates a new Color with RGB values.
|
|
Creates a new Color.
|
|
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. |