Re: Which signal is emitted when the arrow in GtkComboBoxEntry() is pressed?
- From: Egon Andersen <post talura dk>
- To: gtk-list <gtk-list gnome org>
- Cc: Jan-Marek Glogowski <glogow fbihome de>
- Subject: Re: Which signal is emitted when the arrow in GtkComboBoxEntry() is pressed?
- Date: Sun, 21 Nov 2004 16:46:11 +0100
Jan-Marek Glogowski wrote:
I checked my program with 2.5.5.
And had a look at the ComboBox code: the toggle button is created when
setting the style, so I think the box must be (at least) realized, maybe
even shown.
Thanks!
I just made an extra callback function.
The callback function just contains the gtk_container_forall()
The callback function is connected by g_signal_connect_after() to the
"realize" signal on the gtkcomboboxentry.
Now that part is working!
Best regards
Egon Andersen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]