#include <FramedWidget.h>
Public Member Functions | |
FramedWidget (GtkWidget *containedWidget) | |
FramedWidget (GtkWidget *containedWidget, std::string &title) | |
FramedWidget (GtkWidget *containedWidget, const char *title) | |
virtual | ~FramedWidget () |
virtual | operator GtkWidget * () |
Protected Attributes | |
GtkWidget * | _containedWidget |
std::string | _title |
greebo: Encapsulation to create a framed, contained widget
Pass the widget to the class constructor and use the operator GtkWidget* to retrieve the completed framed widget.
Definition at line 15 of file FramedWidget.h.
gtkutil::FramedWidget::FramedWidget | ( | GtkWidget * | containedWidget | ) | [inline] |
Definition at line 19 of file FramedWidget.h.
gtkutil::FramedWidget::FramedWidget | ( | GtkWidget * | containedWidget, | |
std::string & | title | |||
) | [inline] |
Definition at line 25 of file FramedWidget.h.
gtkutil::FramedWidget::FramedWidget | ( | GtkWidget * | containedWidget, | |
const char * | title | |||
) | [inline] |
Definition at line 31 of file FramedWidget.h.
virtual gtkutil::FramedWidget::~FramedWidget | ( | ) | [inline, virtual] |
Definition at line 36 of file FramedWidget.h.
virtual gtkutil::FramedWidget::operator GtkWidget * | ( | ) | [inline, virtual] |
Definition at line 41 of file FramedWidget.h.
GtkWidget* gtkutil::FramedWidget::_containedWidget [protected] |
Definition at line 12 of file FramedWidget.h.
std::string gtkutil::FramedWidget::_title [protected] |
Definition at line 14 of file FramedWidget.h.