TestIdle.TestDrawing

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

idleCallback
bool idleCallback()

This will be called from the expose event call back. \bug this is called on get or loose focus - review

onCGOptionsChanged
void onCGOptionsChanged(ComboBox comboBox)
Undocumented in source. Be warned that the author may not have intended to support it.
onCallTypeChanged
void onCallTypeChanged(ComboBox comboBox)
Undocumented in source. Be warned that the author may not have intended to support it.
onMap
void onMap(Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
onRealize
void onRealize(Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
onSizeAllocate
void onSizeAllocate(GtkAllocation* allocation, Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
onTimeoutSpinValueChanged
void onTimeoutSpinValueChanged(SpinButton spin)
Undocumented in source. Be warned that the author may not have intended to support it.
onUnmap
void onUnmap(Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
resetCallType
void resetCallType()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

black
Color black;
Undocumented in source.
callType
int callType;
Undocumented in source.
continueIdleCallback
bool continueIdleCallback;
Undocumented in source.
count
int count;
Undocumented in source.
drawable
Drawable drawable;
Undocumented in source.
gc
GC gc;
Undocumented in source.
gcFunction
int gcFunction;
Undocumented in source.
height
int height;
Undocumented in source.
mainIdle
Idle mainIdle;
Undocumented in source.
mainTimeout
Timeout mainTimeout;
Undocumented in source.
paintColor
Color paintColor;
Undocumented in source.
totalcount
int totalcount;
Undocumented in source.
width
int width;
Undocumented in source.
x
int x;
Undocumented in source.
xi
int xi;
Undocumented in source.
y
int y;
Undocumented in source.
yi
int yi;
Undocumented in source.

Inherited Members

From DrawingArea

gtkDrawingArea
GtkDrawingArea* gtkDrawingArea;

the main Gtk struct

getDrawingAreaStruct
GtkDrawingArea* getDrawingAreaStruct()
Undocumented in source. Be warned that the author may not have intended to support it.
getStruct
void* getStruct()

the main Gtk struct as a void*

setStruct
void setStruct(GObject* obj)
Undocumented in source. Be warned that the author may not have intended to support it.
size
void size(int width, int height)

Warning gtk_drawing_area_size is deprecated and should not be used in newly-written code. Use gtk_widget_set_size_request() instead. Sets the size that the drawing area will request in response to a "size_request" signal. The drawing area may actually be allocated a size larger than this depending on how it is packed within the enclosing containers.

Meta