|
Guitarix
|
#include <gx_main_boxes.h>


Public Member Functions | |
| GxPaintBox (const char *expose_funk) | |
| ~GxPaintBox () | |
Public Member Functions inherited from Gxw::PaintBox | |
| virtual | ~PaintBox () |
| GxPaintBox * | gobj () |
| Provides access to the underlying C GtkObject. More... | |
| const GxPaintBox * | gobj () const |
| Provides access to the underlying C GtkObject. More... | |
| PaintBox (Gtk::Orientation orientation=Gtk::ORIENTATION_HORIZONTAL, bool homogeneous=false, int spacing=0) | |
| void | call_paint_func (GdkEventExpose *event) |
Public Attributes | |
| Gtk::HBox | m_hbox |
Additional Inherited Members | |
Public Types inherited from Gxw::PaintBox | |
| typedef PaintBox | CppObjectType |
| typedef PaintBox_Class | CppClassType |
| typedef GxPaintBox | BaseObjectType |
| typedef GxPaintBoxClass | BaseClassType |
Static Public Member Functions inherited from Gxw::PaintBox | |
| static GType | get_type () G_GNUC_CONST |
| static GType | get_base_type () G_GNUC_CONST |
Protected Member Functions inherited from Gxw::PaintBox | |
| PaintBox (const Glib::ConstructParams &construct_params) | |
| PaintBox (GxPaintBox *castitem) | |
Related Functions inherited from Gxw::PaintBox | |
| Gxw::PaintBox * | wrap (GxPaintBox *object, bool take_copy=false) |
| A Glib::wrap() method for this object. More... | |
Definition at line 152 of file gx_main_boxes.h.
| gx_gui::GxPaintBox::GxPaintBox | ( | const char * | expose_funk | ) |
Definition at line 41 of file gx_main_boxes.cpp.
| gx_gui::GxPaintBox::~GxPaintBox | ( | ) |
Definition at line 47 of file gx_main_boxes.cpp.
| Gtk::HBox gx_gui::GxPaintBox::m_hbox |
Definition at line 154 of file gx_main_boxes.h.
Referenced by GxPaintBox(), and gx_gui::uiCheckButton::toggled().