Inheritance diagram for Drawable:
Public Member Functions | |
this (GObject *gObject) | |
Creates a ObjectG from a GTK GObject. | |
this (Widget widget) | |
Creates a drawable from a widget. | |
this (Widget widget, GdkDrawable *window) | |
Creates a drawable from a widget. | |
public GC | getGC () |
Gets the GC of this drawable. | |
public void | setDrawable (Widget widget) |
Sets this drawable GdkDrawable and GdkGC from a widget. | |
GdkDrawable * | gDraw () |
Gets this drawable GdkDrawable. | |
void | drawPoint (GC gc, gint x, gint y) |
Draws a point. | |
void | drawPoint (gint x, gint y) |
Draws a point using the current GC. | |
void | getSize (gint *width, gint *height) |
Gets the size of this drawable. | |
void | drawLine (GC gc, gint x1, gint y1, gint x2, gint y2) |
Draws a line. | |
void | drawLine (gint x1, gint y1, gint x2, gint y2) |
Draws a line using the current GC. | |
void | drawRectangle (GC gc, bit filled, gint x, gint y, gint width, gint height) |
Draws a rectangle. | |
void | drawRectangle (bit filled, gint x, gint y, gint width, gint height) |
Draws a rectangle using the current GC. | |
void | drawArc (bit filled, gint x, gint y, gint width, gint height, gint angle1, gint angle2) |
Draws an arc using the current GC. | |
void | drawArc (GC gc, bit filled, gint x, gint y, gint width, gint height, gint angle1, gint angle2) |
Draws an arc. | |
void | drawDrawable (GC gc, Drawable drawable, gint xsrc, gint ysrc, gint xdest, gint ydest, gint width, gint height) |
Draws a Drawable into this drawable. |
|
Draws an arc.
|
|
Draws an arc using the current GC.
|
|
Draws a Drawable into this drawable. Copies a portion of a drawable.
|
|
Draws a line using the current GC.
|
|
Draws a line.
|
|
Draws a point using the current GC.
|
|
Draws a point.
|
|
Draws a rectangle using the current GC.
|
|
Draws a rectangle.
|
|
Gets this drawable GdkDrawable.
|
|
Gets the GC of this drawable.
|
|
Gets the size of this drawable.
|
|
Sets this drawable GdkDrawable and GdkGC from a widget.
|
|
Creates a drawable from a widget. No GdkDrawable is created, just the DUI wrapper on the widget drawable.
|
|
Creates a drawable from a widget. No GdkDrawable is created, just the DUI wrapper on the widget drawable.
|
|
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. Reimplemented in WindowG. |