Class Index | Cross Index | Namespace Index |
Text string widget.
Contained in: Gtk
Derived from:
Gtk::Misc
Derived by:
Gtk::AccelLabel
Gtk::TipsQuery
#include <gtk--/label.h>
public function member index: |
||
explicit | Label | (const nstring& label = 0, gfloat x=0.5, gfloat y=0.5); |
string | get | () const; |
string | get_text | () const; |
GtkLabel* | gtkobj | (); |
const GtkLabel* | gtkobj | () const; |
static bool | isA | (Object* object); |
guint | parse_uline | (const string& str); |
void | set | (const string& str); |
void | set_justify | (GtkJustification jtype); |
void | set_line_wrap | (bool wrap); |
void | set_pattern | (const nstring& pattern); |
void | set_text | (const string& str); |
virtual | ~Label | (); |
Text can not be NULL.