gtk-d v3.0.0 (2015-03-15T18:41:33Z)
Home
Dub
Repo
PangoText
pangocairo
Undocumented in source.
class
PangoText :
DrawingArea
{
int
m_radius
;
int
m_nWords
;
string
m_font
;
this
();
bool
drawText
(Scoped!Context cr, Widget widget);
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
drawText
bool
drawText
(Scoped!Context cr, Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
m_font
string
m_font
;
Undocumented in source.
m_nWords
int
m_nWords
;
Undocumented in source.
m_radius
int
m_radius
;
Undocumented in source.
Inherited Members
From DrawingArea
gtkDrawingArea
GtkDrawingArea
*
gtkDrawingArea
;
the main Gtk struct
getDrawingAreaStruct
GtkDrawingArea
*
getDrawingAreaStruct
()
Get the main Gtk struct
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.
getType
GType
getType
()
Meta
Source
See Implementation
pangocairo
classes
PangoText
functions
main