X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/4675818d2893c57a409498cd39dba6f9c18b6fe9..41db5fd837b5e51244fb37ae3e016cc630c3a872:/Constructor/or.cpp diff --git a/Constructor/or.cpp b/Constructor/or.cpp index cd86e23..cf4fe97 100644 --- a/Constructor/or.cpp +++ b/Constructor/or.cpp @@ -11,6 +11,7 @@ Or::Or() image = imageE; set_size_request(image->get_width(), image->get_height()); name = "or"; + menulist.push_back( Gtk::Menu_Helpers::ImageMenuElem("Conectar", menu_image_linea,SigC::slot(*this, &CItem::on_menu_popup_conectar) ) ) ; } Or::~Or() @@ -49,6 +50,7 @@ bool Or::on_button_press_event(GdkEventButton *event) } return true; } + void Or::on_menu_popup_rotar() { GdkEventButton event; @@ -62,8 +64,6 @@ void Or::save(FILE *archivo) } - -// CAMBIAR TODO ESTO!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! bool Or::check_connection() { return true;