X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/4ac79a1d1914c71cd3d15853f4b15f5646885412..235ee3a1e830ab839163ad2585c11d760bcd841c:/Constructor/item.h diff --git a/Constructor/item.h b/Constructor/item.h index 5b28229..7a4bd31 100644 --- a/Constructor/item.h +++ b/Constructor/item.h @@ -1,16 +1,16 @@ - - #ifndef GTKMM_EXAMPLE_DRAWINGAREALINES_H #define GTKMM_EXAMPLE_DRAWINGAREALINES_H #include #include +#include #include #include #include #include #include "propertywnd.h" + class CItem:public Gtk::DrawingArea { public: CItem(); @@ -23,7 +23,7 @@ public: Glib::RefPtr get_image() { return image; } protected: Gtk::Menu menu_popup; - Gtk::Image menu_image_delete, menu_image_rotar; + Gtk::Image menu_image_delete, menu_image_rotar, menu_image_propiedades; Glib::RefPtr image; PropertyWnd *property_wnd; };