X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/07f4e929e15451f6af8ec4d941bcee6742917d0d..789188ab0bf658fdf35c99e7bd2cfabab41091f2:/Constructor/workplace.h diff --git a/Constructor/workplace.h b/Constructor/workplace.h index 0677da3..c3e2901 100644 --- a/Constructor/workplace.h +++ b/Constructor/workplace.h @@ -16,9 +16,9 @@ class WorkPlace:public Gtk::Fixed { WorkPlace(BaseObjectType* cobject, const Glib::RefPtr &refGlade); virtual ~WorkPlace(); virtual bool on_expose_event(GdkEventExpose *event); - virtual bool on_button_press_event (GdkEventButton *event); void delete_item(int _id); std::list *listaItems; + std::list lista_lineas; ActiveZone *viewport; };