Guitarix
|
#include <gx_main_boxes.h>
Public Member Functions | |
GxPaintBox (const char *expose_funk) | |
~GxPaintBox () | |
![]() | |
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 | |
![]() | |
typedef PaintBox | CppObjectType |
typedef PaintBox_Class | CppClassType |
typedef GxPaintBox | BaseObjectType |
typedef GxPaintBoxClass | BaseClassType |
![]() | |
static GType | get_type () G_GNUC_CONST |
static GType | get_base_type () G_GNUC_CONST |
![]() | |
PaintBox (const Glib::ConstructParams &construct_params) | |
PaintBox (GxPaintBox *castitem) | |
![]() | |
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().