]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Constructor/src/not.cpp
cuando se eliminann items las compuetas ponen sus estados de las salidas o entradas...
[z.facultad/75.42/plaqui.git] / Constructor / src / not.cpp
index a946d8cc4888848d04837a15229e9895fb76a327..3fd6b7c817ce81eb84059b26b1d5498d85776b21 100644 (file)
@@ -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)){