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!


_______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to