}
if ((event->type == GDK_2BUTTON_PRESS) && (event->button ==1)){
+ cistern_pty_wnd->spin_caudal->set_value((double)x);
+ cistern_pty_wnd->spin_fluido_max->set_value((double)y);
cistern_pty_wnd->show();
}
return true;
void Cistern::on_menu_popup_propiedades()
{
- cistern_pty_wnd->spin_caudal->set_value(caudal);
- cistern_pty_wnd->spin_fluido_max->set_value(fluido_max);
+// cistern_pty_wnd->spin_caudal->set_value(caudal);
+// cistern_pty_wnd->spin_fluido_max->set_value(fluido_max);
+ std::cout<< "posicion = "<< x <<" "<< y <<std::endl;
GdkEventButton event;
event.type = GDK_2BUTTON_PRESS;
event.button = 1;