class Inti::Gtk::Label is declared in the header inti/gtk/label.h.
Superclasses. Misc
Subclasses. none
Public Methods.
GtkLabel * gtk_label () const void set_text (const std::string& str) void set_text (const char * text) void set_justify (Gtk::Justification jtype) void set_pattern (const std::string& pattern) unsigned int parse_uline (const std::string& string) ustring text () const Justification justify () const void set_line_wrap (bool setting) bool line_wrap () const string pattern () const |
Protected Constructors.
Label (GtkLabel * src, GtkLabelClass* orig) |
Protected Destructor.
virtual ~Label () |