|
Guitarix
|
#include <gx_main_boxes.h>


Public Member Functions | |
| GxEventBox () | |
| ~GxEventBox () | |
Public Attributes | |
| Gtk::HBox | m_hbox |
| Gtk::HBox | m_pbox |
| Gtk::HBox | m_tbox |
| Gtk::EventBox | m_eventbox |
| Gtk::HBox | m_fbox |
| Gtk::HBox | m_fixedbox |
| Gtk::Label | m_label |
Definition at line 161 of file gx_main_boxes.h.
| gx_gui::GxEventBox::GxEventBox | ( | ) |
Definition at line 51 of file gx_main_boxes.cpp.
| gx_gui::GxEventBox::~GxEventBox | ( | ) |
Definition at line 68 of file gx_main_boxes.cpp.
| Gtk::EventBox gx_gui::GxEventBox::m_eventbox |
Definition at line 166 of file gx_main_boxes.h.
Referenced by GxEventBox(), and gx_gui::uiCheckButton::toggled().
| Gtk::HBox gx_gui::GxEventBox::m_fbox |
Definition at line 167 of file gx_main_boxes.h.
Referenced by GxEventBox().
| Gtk::HBox gx_gui::GxEventBox::m_fixedbox |
Definition at line 168 of file gx_main_boxes.h.
Referenced by GxEventBox().
| Gtk::HBox gx_gui::GxEventBox::m_hbox |
Definition at line 163 of file gx_main_boxes.h.
Referenced by GxEventBox(), and gx_gui::uiCheckButton::toggled().
| Gtk::Label gx_gui::GxEventBox::m_label |
Definition at line 169 of file gx_main_boxes.h.
| Gtk::HBox gx_gui::GxEventBox::m_pbox |
Definition at line 164 of file gx_main_boxes.h.
Referenced by GxEventBox().
| Gtk::HBox gx_gui::GxEventBox::m_tbox |
Definition at line 165 of file gx_main_boxes.h.
Referenced by GxEventBox().