1 #include "activezone.h"
3 ActiveZone::ActiveZone(BaseObjectType* cobject, const Glib::RefPtr<Gnome::Glade::Xml> &refGlade):Gtk::Viewport(cobject)
7 ActiveZone::~ActiveZone()
11 bool ActiveZone::on_button_press_event(GdkEventButton *event)
13 if ( (event->type == GDK_BUTTON_PRESS) && (event->button == 1) ) {
14 get_pointer(temp.x,temp.y);
19 bool ActiveZone::on_button_release_event(GdkEventButton *event)