catch(const Gnome::Glade::XmlError &ex) {
std::cerr << ex.what() << std::endl;
}
- //tengo que crear una clase para esta ventana..!!!
ref->get_widget_derived("conduct_pty_wnd",property_wnd);
}
}
if ((event->type == GDK_2BUTTON_PRESS) && (event->button ==1)){
- if( property_wnd->is_open() == false ){
property_wnd->show();
- property_wnd->set_open (true);
- }
}
return true;
}