ComboBox Related Queries (Correction)



Hi,

I have created a combo box using the api

gtk_combo_box_new_text(); 

and added items to it using the api's

gtk_combo_box_insert_text(GtkComboBox* widget , gint position,gchar text); ( for the first item)
and
gtk_combo_box_append_text(GtkComboBox *widget,gchar text); (for the remaining items)

Query 1: How do i view only about say 5 items at a time from a list of 100 items in the combobox

Thanking you in advance.
Renuka Kusurkar




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