Hello,
I'm programming an GUI Application using gtkmm version 1.2 for positioning the widgets on the screen I' using Gtl::Hbox and Gtk::Vbox. The problem is that drawing the windows on the screen seems to be very slow because the pack_end and pack_start functios are returning very fast and it takes a lot of time after that until the window is updated. Does anybody know how to speed that up?
Regards,
Rainer