> In fact, if the GtkTable object has been already initialized there is no more issue. > See : http://markmail.org/message/x6lavzyivqqk7n2i Gtk.Table has been marked as obsolescent in gtk 3, so I would not recommend you use it in new code. Use Gtk.Grid instead apparently. regards Emmanuel