gtkutil::FramedWidget Class Reference

#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

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

virtual gtkutil::FramedWidget::operator GtkWidget * (  )  [inline, virtual]

Definition at line 41 of file FramedWidget.h.


Field Documentation

Definition at line 12 of file FramedWidget.h.

Definition at line 14 of file FramedWidget.h.


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2