X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/c325d243c1992d904c05cdf8efec8d9385ad99bd..3a8788fb198a1e0590823745f39fbff81056db09:/Constructor/cisternptywnd.h diff --git a/Constructor/cisternptywnd.h b/Constructor/cisternptywnd.h index 186837b..81af75c 100644 --- a/Constructor/cisternptywnd.h +++ b/Constructor/cisternptywnd.h @@ -2,7 +2,6 @@ #define _CISTERNPTYWND_H_ #include "propertywnd.h" -#include "cistern.h" class Cistern; @@ -12,9 +11,14 @@ class CisternPtyWnd : public PropertyWnd { virtual ~CisternPtyWnd(); Cistern *cistern; Gtk::SpinButton *spin_inicial, *spin_capacidad; + Gtk::Button *btn_select_color, *dlg_select_color_ok, *dlg_select_color_cancel; Gtk::Entry *txt_cistern_name; + Gtk::ColorSelectionDialog *color_select_dlg; virtual void on_btn_accept_clicked(); virtual void on_btn_apply_clicked(); + virtual void on_btn_select_color_clicked(); + virtual void on_dlg_select_color_cancel_clicked(); + virtual void on_dlg_select_color_ok_clicked(); }; #endif