Inheritance diagram for GC:
Public Types | |
enum | |
Drawing modes. More... | |
Public Member Functions | |
this (GdkGC *gc) | |
Create a GC from a gdk gc. | |
GdkGC * | getGDKgc () |
Gets the gdk gc. | |
void | getValues (GdkGCValues *values) |
Sets the GC values. | |
void | setValues (GdkGCValues *values, GdkGCValuesMask values_mask) |
Sets the GC values limited to the values mask. | |
void | setForeground (Color color) |
Sets the foreground color. | |
void | setBackground (Color color) |
Sets the background color. | |
void | setFunction (int funct) |
Sets the drawing function. | |
Static Public Attributes | |
enum GC:: { ... } | gObject |
Drawing modes. |
|
Drawing modes.
|
|
Gets the gdk gc.
|
|
Sets the GC values.
|
|
Sets the background color.
|
|
Sets the foreground color.
|
|
Sets the drawing function.
|
|
Sets the GC values limited to the values mask.
|
|
Create a GC from a gdk gc.
|
|
Drawing modes.
Reimplemented from ObjectG. |