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 )){