ComboBox Related Queries (Correction)
- From: "Renuka K" <renuka kusurkar gmail com>
- To: gtk-list gnome org
- Subject: ComboBox Related Queries (Correction)
- Date: Mon, 18 Dec 2006 11:40:20 +0530
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]