Re: GtkEntry Setting text without calling callback



Hi Daniel,

use g_signal_handler_block() and _unblock().
Hi all,

I need to set the text in a GtkEntry without the connected callback
being called, is this possible?

Alternatively how can I disconnect a callback?

i.e. then I could:

<disconnect signal>
gtk_entry_set_text(...);
g_signal_connect(...);

That would also be fine.

Thanks!





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