Re: Set text of GtkComboBoxEntry



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]