]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Constructor/include/cisternptywnd.h
se validan valores del tanque
[z.facultad/75.42/plaqui.git] / Constructor / include / cisternptywnd.h
index e04d7037fa9681cc3184f5c0bf7b4cba9ab95033..b62f5ec7217e8da69f3a008d93ec5feb2633f8b6 100644 (file)
@@ -22,10 +22,11 @@ class CisternPtyWnd : public PropertyWnd {
        
                ///Objetos de la ventana.
                Gtk::SpinButton *spin_inicial, *spin_capacidad, *spin_flot_sup, *spin_flot_inf;
-               Gtk::Button  *btn_select_color, *dlg_select_color_ok, *dlg_select_color_cancel;
+               Gtk::Button  *btn_select_color, *dlg_select_color_ok, *dlg_select_color_cancel, *btn_dlg_flot_ok;
                Gtk::Entry *txt_cistern_name;
                Gtk::ColorSelectionDialog *color_select_dlg;
                Gtk::DrawingArea *color_preview;
+               Gtk::Dialog *dlg_flot;
        
                ///Señales invocadas al presionarse algun boton.
                virtual void on_btn_accept_clicked();
@@ -33,6 +34,7 @@ class CisternPtyWnd : public PropertyWnd {
                virtual void on_btn_select_color_clicked();
                virtual void on_dlg_select_color_cancel_clicked();
                virtual void on_dlg_select_color_ok_clicked();
+               virtual void on_btn_dlg_flot_ok_clicked();
 };
 
 #endif