TestDrawingArea.TestDrawing

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

backSpinChanged
void backSpinChanged(SpinButton spinButton)
Undocumented in source. Be warned that the author may not have intended to support it.
drawPrimitive
void drawPrimitive(GC gc, Drawable d, int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
exposeCallback
bool exposeCallback(GdkEventExpose* event, Widget widget)

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

mapCallback
bool mapCallback(Widget d, Event event)
Undocumented in source. Be warned that the author may not have intended to support it.
mouseButtonReleaseCallback
bool mouseButtonReleaseCallback(Widget widget, GdkEventButton event)
Undocumented in source. Be warned that the author may not have intended to support it.
noExposeCallback
bool noExposeCallback(Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
onButtonPress
bool onButtonPress(GdkEventButton* event, Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
onButtonRelease
bool onButtonRelease(GdkEventButton* event, Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
onCGOptionsChanged
void onCGOptionsChanged(ComboBox comboBox)
Undocumented in source. Be warned that the author may not have intended to support it.
onMotionNotify
bool onMotionNotify(GdkEventMotion* event, Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
onPrimOptionChanged
void onPrimOptionChanged(ComboBox comboBox)
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.
sizeSpinChanged
void sizeSpinChanged(SpinButton spinButton)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

backSpinCount
int backSpinCount;
Undocumented in source.
polygonStar
GdkPoint[] polygonStar;
Undocumented in source.

Variables

backSpin
SpinButton backSpin;
Undocumented in source.
black
Color black;
Undocumented in source.
buttonIsDown
bool buttonIsDown;
Undocumented in source.
font
PgFontDescription font;
Undocumented in source.
gcFunction
GdkFunction gcFunction;
Undocumented in source.
height
int height;
Undocumented in source.
image
Image image;
Undocumented in source.
paintColor
Color paintColor;
Undocumented in source.
primitiveType
string primitiveType;
Undocumented in source.
scaledPixbuf
Pixbuf scaledPixbuf;
Undocumented in source.
spin
SpinButton spin;
Undocumented in source.
width
int width;
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