Module ddi.GC
Constructor Summary | |
---|---|
protected |
(GObject* gObject) |
(Widget widget) |
|
(GdkGC* gc) Create a GC from a gdk gc |
Methods Summary | |
---|---|
public void* |
gtk() |
GdkGC* |
getGDKgc() Gets the gdk gc |
void |
getValues(GdkGCValues* values) Sets the GC values \todo class GCValues |
void |
setValues(GdkGCValues* values, GdkGCValuesMask values_mask) Sets the GC values limited to the values mask \todo class GCValues |
void |
setForeground(Color color) Sets the foreground color |
void |
setBackground(Color color) Sets the background color |
void |
setFunction(int funct) Sets the drawing function |