Re: Problems with a HScale and set_sensitive()



Doing lengthly operation on the gui thread will most likely freeze the ui. You
may perform the operation by a Glib::Thread. Then use Glib::Dispatcher to
signal when the job is finished, so that the ui may be updated accordingly.

For more info, search the marc for gtkmm:
http://marc.info/?l=gtkmm




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]