[Glade-users] handler_ids
Tristan Van Berkom
tristan.van.berkom at gmail.com
Wed Mar 11 10:02:59 EDT 2009
On Wed, Mar 11, 2009 at 9:06 AM, Peyman <paskari007 at yahoo.ca> wrote:
> Hello
>
> I am trying to call handler_block/handler_unblock, but I am having
> problems locating the handler_ids. This is b/c glade calls
> "connect()", which is the method which returns the hander_ids. Does
> glade provide a dictionary for retrieving these ids?
Currently no, builder - like libglade did, will just connect the signals.
You can use g_signal_handler_block_by_func() though.
Cheers,
-Tristan
More information about the Glade-users
mailing list