]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blob - Constructor/activezone.cpp
Se vuelve a poner el flag de debug, lo cambie sin querer el commit pasado.
[z.facultad/75.42/plaqui.git] / Constructor / activezone.cpp
1 #include "activezone.h"
2
3 ActiveZone::ActiveZone(BaseObjectType* cobject, const Glib::RefPtr<Gnome::Glade::Xml> &refGlade):Gtk::Viewport(cobject)
4 {
5 }
6
7 ActiveZone::~ActiveZone()
8 {
9 }
10
11 bool ActiveZone::on_button_press_event(GdkEventButton *e)
12 {
13         std::cout<< "hola vieja"<<std::endl;
14         return true;
15 }