[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Set text of GtkComboBoxEntry
- From: Paul Pogonyshev <pogonyshev gmx net>
- To: gtk-app-devel-list gnome org
- Subject: Re: Set text of GtkComboBoxEntry
- Date: Sun, 22 Apr 2007 16:13:35 +0300
Sebastian Urban wrote:
> I want to set the text of a GtkComboBoxEntry. The text I set may or may
> not be in the TreeModel of the GtkComboBox. For reading text there is
> gtk_combo_box_get_active_text, but there is no
> gtk_combo_box_set_active_text. What method should I use?
gtk_entry_set_text (GTK_ENTRY (GTK_BIN (combo_box)->child), ...);
Paul
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]