Re: GtkEntry Setting text without calling callback
- From: Stefan Kost <ensonic hora-obscura de>
- To: Daniel Pekelharing <legendstar gmail com>
- Cc: gtk-app-devel-list Mailing-Lists <gtk-app-devel-list gnome org>
- Subject: Re: GtkEntry Setting text without calling callback
- Date: Mon, 02 May 2005 09:03:21 +0200
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]