>Gtk::Label::set_text() definitely causes a redraw of the label in question. Gtk::Table::attach() will probably cause an immediate redraw of the Table in >question as well as the new child. You should check your code for GUI calls from a non-main thread.Is it specified anywhere which operations imply redrawing? Because
there's a lot overhead in coding all GUI things in the GUI thread.