Guitarix
|
#include <paintbox.h>
Public Types | |
typedef PaintBox | CppObjectType |
typedef PaintBox_Class | CppClassType |
typedef GxPaintBox | BaseObjectType |
typedef GxPaintBoxClass | BaseClassType |
Public Member Functions | |
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) |
Static Public Member Functions | |
static GType | get_type () G_GNUC_CONST |
static GType | get_base_type () G_GNUC_CONST |
Protected Member Functions | |
PaintBox (const Glib::ConstructParams &construct_params) | |
PaintBox (GxPaintBox *castitem) | |
Friends | |
class | PaintBox_Class |
Related Functions | |
(Note that these are not member functions.) | |
Gxw::PaintBox * | wrap (GxPaintBox *object, bool take_copy=false) |
A Glib::wrap() method for this object. More... | |
Definition at line 42 of file paintbox.h.
Definition at line 48 of file paintbox.h.
Definition at line 47 of file paintbox.h.
Definition at line 46 of file paintbox.h.
typedef PaintBox Gxw::PaintBox::CppObjectType |
Definition at line 45 of file paintbox.h.
|
virtual |
Definition at line 103 of file paintbox.cc.
|
explicitprotected |
Definition at line 91 of file paintbox.cc.
|
explicitprotected |
Definition at line 97 of file paintbox.cc.
|
explicit |
Definition at line 122 of file paintbox.cc.
void Gxw::PaintBox::call_paint_func | ( | GdkEventExpose * | event | ) |
Definition at line 132 of file paintbox.cc.
Referenced by MyPaintBox::on_expose_event().
|
static |
Definition at line 116 of file paintbox.cc.
|
static |
Definition at line 110 of file paintbox.cc.
Referenced by Gxw::wrap_init().
|
inline |
Provides access to the underlying C GtkObject.
Definition at line 78 of file paintbox.h.
Referenced by call_paint_func().
|
inline |
Provides access to the underlying C GtkObject.
Definition at line 81 of file paintbox.h.
|
friend |
Definition at line 56 of file paintbox.h.
|
related |
A Glib::wrap() method for this object.
object | The C instance. |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |
Definition at line 38 of file paintbox.cc.