22#ifndef GTKMM_KAGE_PROP_LOCATION_SIZE_H
23 #define GTKMM_KAGE_PROP_LOCATION_SIZE_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>
Definition: locationsize.h:35
void EntryWidth_onEnter()
Definition: locationsize.cpp:88
Gtk::Entry m_EntryX
Definition: locationsize.h:46
Gtk::Label m_LabelY
Definition: locationsize.h:47
Gtk::Label m_LabelX
Definition: locationsize.h:45
Kage * _kage
Definition: locationsize.h:41
void setYText(double p_y)
Definition: locationsize.cpp:106
Gtk::Entry m_EntryHeight
Definition: locationsize.h:52
Gtk::Label m_LabelWidth
Definition: locationsize.h:49
void EntryX_onEnter()
Definition: locationsize.cpp:76
void setWidthText(double p_width)
Definition: locationsize.cpp:110
void EntryY_onEnter()
Definition: locationsize.cpp:82
Gtk::VBox m_propLocationSizeV1
Definition: locationsize.h:43
Gtk::Label m_LabelHeight
Definition: locationsize.h:51
void setHeightText(double p_height)
Definition: locationsize.cpp:114
void setXText(double p_x)
Definition: locationsize.cpp:102
virtual ~PropertyLocationSize()
Definition: locationsize.cpp:72
void EntryHeight_onEnter()
Definition: locationsize.cpp:95
Gtk::Entry m_EntryY
Definition: locationsize.h:48
Gtk::Entry m_EntryWidth
Definition: locationsize.h:50
Gtk::VBox m_propLocationSizeV2
Definition: locationsize.h:44