[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Problems with a HScale and set_sensitive()
- From: smso graduate hku hk
- To: gtkmm-list gnome org
- Subject: Re: Problems with a HScale and set_sensitive()
- Date: Sun, 27 Jan 2008 13:15:52 +0800
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]