gtk-d v3.8.3 (2018-05-28T20:50:39Z)
Home
Dub
Repo
Clock
clock
Undocumented in source.
class
Clock :
DrawingArea
{
this
();
bool
drawCallback
(Scoped!Context cr, Widget widget);
bool
onSecondElapsed
();
protected
double
m_radius
;
protected
double
m_lineWidth
;
protected
Timeout
m_timeout
;
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
drawCallback
bool
drawCallback
(Scoped!Context cr, 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
(bool transferOwnership)
Get the main Gtk struct
getStruct
void
*
getStruct
()
the main Gtk struct as a void*
getType
GType
getType
()
Meta
Source
See Implementation
clock
classes
Clock