]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Constructor/src/union.cpp
agrego una barrita de estado para ver los datos con mas comodidad, se pueden hacer...
[z.facultad/75.42/plaqui.git] / Constructor / src / union.cpp
index dfbaa8874c77a9fdab6f43db8782566f1904ac5d..ca617275152a7f438927df79681e851ad5cac7bc 100644 (file)
@@ -50,6 +50,12 @@ bool Union::on_button_press_event(GdkEventButton *event)
                combo_entry->get_entry()->set_text (name);
                workplace->queue_draw();
                WorkPlace::pointed = ID;
+               char f[10];
+               Glib::ustring text;
+               sprintf(f,"%.1f",caudal_max);
+               text = name+"  Caudal Maximo: ";
+               text += f;
+               status_bar->push ( text, 0);
        }
        
        if ((event->type == GDK_BUTTON_PRESS) && (event->button == 2 )){