#include <LeftAlignedLabel.h>
Public Member Functions | |
LeftAlignedLabel (const std::string &text) | |
operator GtkWidget * () | |
Private Attributes | |
GtkWidget * | _label |
A GtkLabel that is left-aligned, rather than the default centered align- ment.
Definition at line 13 of file LeftAlignedLabel.h.
gtkutil::LeftAlignedLabel::LeftAlignedLabel | ( | const std::string & | text | ) | [inline] |
Construct a left-aligned label with the given text.
Definition at line 22 of file LeftAlignedLabel.h.
References _label.
gtkutil::LeftAlignedLabel::operator GtkWidget * | ( | ) | [inline] |
Operator cast to GtkWidget*. Left-aligns then returns the GtkLabel.
Definition at line 30 of file LeftAlignedLabel.h.
References _label.
GtkWidget* gtkutil::LeftAlignedLabel::_label [private] |
Definition at line 16 of file LeftAlignedLabel.h.
Referenced by LeftAlignedLabel(), and operator GtkWidget *().