X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/eb95b779b5006ce4ef16ee1ffc1d15557d31ccef..41db5fd837b5e51244fb37ae3e016cc630c3a872:/Constructor/or.cpp diff --git a/Constructor/or.cpp b/Constructor/or.cpp index 0c0631b..cf4fe97 100644 --- a/Constructor/or.cpp +++ b/Constructor/or.cpp @@ -20,10 +20,8 @@ Or::~Or() bool Or::on_button_press_event(GdkEventButton *event) { - if ((event->type == GDK_BUTTON_PRESS) && ( event->button == 1)) { - std::cout<type == GDK_BUTTON_PRESS) && ( event->button == 1)) combo_entry->set_text(name); - } if ((event->type == GDK_BUTTON_PRESS) && ( event->button == 2)){ image = null; @@ -61,12 +59,6 @@ void Or::on_menu_popup_rotar() Or::on_button_press_event(&event); } -void Or::on_menu_popup_conectar() -{ - CItem::logic_connect = true; - CItem::quien = ID; -} - void Or::save(FILE *archivo) {