Re:GtkComboBoxEntry



---------- Initial Header -----------

From      : gtk-app-devel-list-bounces gnome org
To          : gtk-app-devel-list gnome org
Cc          :
Date      : Thu, 20 Jan 2005 15:20:54 +0000
Subject : GtkComboBoxEntry

How can text be placed into the entry of the combobox? I'm trying this but get
errors:

gtk_entry_set_text(GTK_ENTRY(set_value_combo->entry), temp_string);


you have to use this syntax:

gtk_entry_set_text(GTK_ENTRY(GTK_COMBO(set_value_combo)->entry), temp_string);

Johnny



____________________________________________________________
6X velocizzare la tua navigazione a 56k? 6X Web Accelerator di Libero!
Scaricalo su INTERNET GRATIS 6X http://www.libero.it





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]