]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Constructor/src/exclusa.cpp
agrego una barrita de estado para ver los datos con mas comodidad, se pueden hacer...
[z.facultad/75.42/plaqui.git] / Constructor / src / exclusa.cpp
index 71475d6f5570741ffaa40ff5bdd522736fbc7ae6..a7c4583c6806b1fb02e8b8ec4cf65dad8c6c8d49 100644 (file)
@@ -60,6 +60,10 @@ bool Exclusa::on_button_press_event(GdkEventButton *event)
                        }
                        CItem::gate_id = -1;
                }
+               Glib::ustring text;
+               if(estado) text = name+"  Estado: ABIERTO";
+               else text = name+"  Estado: CERRADO";
+               status_bar->push ( text, 0);            
        }
        
        if ((event->type == GDK_BUTTON_PRESS) && ( event->button ==2)){