HomeSort by relevance Sort by last modified time
    Searched full:combo_box (Results 1 - 4 of 4) sorted by null

  /external/fio/
gcompat.c 12 void gtk_combo_box_text_append_text(GtkComboBoxText *combo_box,
15 gtk_combo_box_append_text(GTK_COMBO_BOX(combo_box), text);
18 void gtk_combo_box_text_insert_text(GtkComboBoxText *combo_box, gint position,
21 gtk_combo_box_insert_text(GTK_COMBO_BOX(combo_box), position, text);
24 void gtk_combo_box_text_prepend_text(GtkComboBoxText *combo_box,
27 gtk_combo_box_prepend_text(GTK_COMBO_BOX(combo_box), text);
30 gchar *gtk_combo_box_text_get_active_text(GtkComboBoxText *combo_box)
32 return gtk_combo_box_get_active_text(GTK_COMBO_BOX(combo_box));
gcompat.h 11 void gtk_combo_box_text_append_text(GtkComboBoxText *combo_box, const gchar *text);
12 void gtk_combo_box_text_insert_text(GtkComboBoxText *combo_box, gint position, const gchar *text);
13 void gtk_combo_box_text_prepend_text(GtkComboBoxText *combo_box, const gchar *text);
14 void gtk_combo_box_text_remove(GtkComboBoxText *combo_box, gint position);
15 gchar *gtk_combo_box_text_get_active_text(GtkComboBoxText *combo_box);
  /external/chromium_org/ui/accessibility/
ax_enums.idl 66 combo_box,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
libXm.so.2 

Completed in 254 milliseconds