PangoText

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

drawText
void drawText(Context cr)
Undocumented in source. Be warned that the author may not have intended to support it.
exposeCallback
bool exposeCallback(GdkEventExpose* event, 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()
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