X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/07f4e929e15451f6af8ec4d941bcee6742917d0d..a9318661e45dfb9853c6aba811670571a5ec3ea2:/Constructor/itemptywnd.h?ds=inline diff --git a/Constructor/itemptywnd.h b/Constructor/itemptywnd.h index daaa32e..d6fd326 100644 --- a/Constructor/itemptywnd.h +++ b/Constructor/itemptywnd.h @@ -1,6 +1,5 @@ -//cisternptywnd.h -#ifndef _CISTERNPTYWND_H_ -#define _CISTERNPTYWND_H_ +#ifndef _ITEMPTYWND_H_ +#define _ITEMPTYWND_H_ #include "propertywnd.h" @@ -10,6 +9,7 @@ class ItemPtyWnd : public PropertyWnd { virtual ~ItemPtyWnd(); Gtk::SpinButton *spin_caudal; Gtk::Entry *txt_item_name; + protected: virtual void on_btn_cancel_clicked(); virtual void on_btn_accept_clicked(); virtual void on_btn_apply_clicked();