Clock

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

exposeCallback
bool exposeCallback(GdkEventExpose* event, Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
onSecondElapsed
bool onSecondElapsed()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

m_lineWidth
double m_lineWidth;
Undocumented in source.
m_radius
double m_radius;
Undocumented in source.
m_timeout
Timeout m_timeout;
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