bool Not::on_button_press_event(GdkEventButton *event)
{
-
if ((event->type == GDK_BUTTON_PRESS) && ( event->button == 1)) {
WorkPlace::pointed = ID;
t_line tmp_line;
return out_connected;
}
+bool Not::get_in_logic_connect()
+{
+ return in_connected;
+}
+
void Not::draw_connectors()
{
Glib::RefPtr<Gdk::Window> window = get_window();