#include <RightAlignment.h>
Public Member Functions | |
RightAlignment (GtkWidget *w) | |
operator GtkWidget * () | |
Private Attributes | |
GtkWidget * | _widget |
A GtkAlignment wrapper that right-aligns any child widget.
Definition at line 12 of file RightAlignment.h.
gtkutil::RightAlignment::RightAlignment | ( | GtkWidget * | w | ) | [inline] |
Constructor. Accepts the child widget to align.
Definition at line 21 of file RightAlignment.h.
References _widget.
gtkutil::RightAlignment::operator GtkWidget * | ( | ) | [inline] |
GtkWidget* gtkutil::RightAlignment::_widget [private] |
Definition at line 15 of file RightAlignment.h.
Referenced by operator GtkWidget *(), and RightAlignment().