X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/4ac79a1d1914c71cd3d15853f4b15f5646885412..0aacdcf95cf6d4f33a2201160d472ab84148d52b:/Constructor/propertywnd.h?ds=inline diff --git a/Constructor/propertywnd.h b/Constructor/propertywnd.h index bd5d40a..2c068a8 100644 --- a/Constructor/propertywnd.h +++ b/Constructor/propertywnd.h @@ -4,6 +4,7 @@ #include #include +#include #include class PropertyWnd : public Gtk::Window{ @@ -12,13 +13,10 @@ class PropertyWnd : public Gtk::Window{ PropertyWnd(BaseObjectType* cobject, const Glib::RefPtr& refGlade); virtual ~PropertyWnd(); - bool is_open(); - void set_open(bool); - protected: - bool open; Gtk::Button *btn_cancel, *btn_accept, *btn_apply; virtual void on_btn_cancel_clicked(); + virtual void on_btn_accept_clicked(); };