]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Constructor/or.cpp
es precario pero se tiran los cablecitos, iupi
[z.facultad/75.42/plaqui.git] / Constructor / or.cpp
index 0c0631b29ef780b885514e9c40f75b61566381b2..cf4fe97cb58319246f41ea12c4f83ebf471e5aa8 100644 (file)
@@ -20,10 +20,8 @@ Or::~Or()
 
 bool Or::on_button_press_event(GdkEventButton *event)
 {
 
 bool Or::on_button_press_event(GdkEventButton *event)
 {
-       if ((event->type == GDK_BUTTON_PRESS) && ( event->button == 1)) {
-               std::cout<<ID<<std::endl;
+       if ((event->type == GDK_BUTTON_PRESS) && ( event->button == 1))
                combo_entry->set_text(name);
                combo_entry->set_text(name);
-       }
        
        if ((event->type == GDK_BUTTON_PRESS) && ( event->button == 2)){
                image = null;   
        
        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);
 }
 
        Or::on_button_press_event(&event);
 }
 
-void Or::on_menu_popup_conectar()
-{
-       CItem::logic_connect = true;
-       CItem::quien = ID;      
-}
-
 void Or::save(FILE *archivo)
 {
 
 void Or::save(FILE *archivo)
 {