X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/6fcc8fcf6b98f413f813904fe0f078d2782fb9d5..1855f998e5c0e51e2c1958724ac84cc13a87d84c:/Constructor/src/not.cpp diff --git a/Constructor/src/not.cpp b/Constructor/src/not.cpp index a946d8c..3fd6b7c 100644 --- a/Constructor/src/not.cpp +++ b/Constructor/src/not.cpp @@ -79,6 +79,11 @@ bool Not::on_button_press_event(GdkEventButton *event) combo_entry->set_popdown_strings(*list_pointed); combo_entry->get_entry()->set_text (name); workplace->queue_draw(); + char f[40]; + Glib::ustring text; + sprintf(f," Conector OUT = %d Conector IN = %d",out_connected, in_connected); + text = name+f; + status_bar->push ( text, 0); } if ((event->type == GDK_BUTTON_PRESS) && ( event->button == 2)){