gtk_combo_box with a specialized top line

2008-05-06 Thread Eric Masson @ Savant Protection
Hello, I'm having a hard time trying to phrase my question, let's try an example: 1) I have a drop down entry combo box with two entries Systemwide, and Browse for program 2) If I select Browse for program, it'll bring up a browse window 3) I want to display the selected program name in the

Re: gtk_combo_box with a specialized top line

2008-05-06 Thread Carlos Pereira
Is it possible to retrieve the entry widget of the combo box so I can call gtk_entry_set_text with it? entry = GTK_ENTRY (GTK_BIN (combo_box)-child; Carlos ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org