Re: Which signal is emitted when the arrow in GtkComboBoxEntry() is pressed?



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]