gtk-d v3.8.3 (2018-05-28T20:50:39Z)
Home
Dub
Repo
CairoText
text_image
Undocumented in source.
class
CairoText :
DrawingArea
{
this
();
bool
drawCallback
(Scoped!Context cr, Widget widget);
protected
double
m_radius
;
protected
double
m_lineWidth
;
protected
Surface
image
;
}
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.
Variables
image
Surface
image
;
Undocumented in source.
m_lineWidth
double
m_lineWidth
;
Undocumented in source.
m_radius
double
m_radius
;
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
text_image
classes
CairoText
functions
main