22#ifndef GTKMM_KAGE_PROP_STAGE_H
23 #define GTKMM_KAGE_PROP_STAGE_H
25 #include <gtkmm/box.h>
26 #include <gtkmm/label.h>
27 #include <gtkmm/entry.h>
28 #include <gtkmm/colorbutton.h>
29 #include <gtkmm/colorselection.h>
Gtk::ColorSelection m_ColorSelectionStage
Definition: stage.h:54
void EntryStageArea_onEnter()
Definition: stage.cpp:76
Gtk::ColorButton m_ColorButtonStage
Definition: stage.h:52
Gtk::Label m_LabelStageFPS
Definition: stage.h:48
Gtk::Label m_LabelStageHgt
Definition: stage.h:46
void setFPSText(unsigned int p_fps)
Definition: stage.cpp:107
void ColorButtonStage_onClick()
Definition: stage.cpp:93
void setBackgroundColor(Gdk::Color p_color)
Definition: stage.cpp:112
Gtk::Label m_LabelStageBG
Definition: stage.h:47
Kage * _kage
Definition: stage.h:41
virtual ~PropertyStage()
Definition: stage.cpp:72
Gtk::VBox m_PropStageV2
Definition: stage.h:44
Gtk::Entry m_EntryStageWid
Definition: stage.h:50
Gtk::Entry m_EntryStageFPS
Definition: stage.h:55
void setHeightText(double p_height)
Definition: stage.cpp:103
Gtk::VBox m_PropStageV1
Definition: stage.h:43
Gtk::Entry m_EntryStageHgt
Definition: stage.h:51
Gtk::Label m_LabelStageWid
Definition: stage.h:45
void setWidthText(double p_width)
Definition: stage.cpp:99
void EntryStageFPS_onEnter()
Definition: stage.cpp:85