Home
last modified time | relevance | path

Searched refs:import_type_combobox (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dcontacts_import.c235 appGUI->cnt->import_type_combobox = gtk_combo_box_text_new (); in import_contacts_show_dialog()
236 gtk_widget_show (appGUI->cnt->import_type_combobox); in import_contacts_show_dialog()
237 gtk_box_pack_start (GTK_BOX (hbox1), appGUI->cnt->import_type_combobox, FALSE, FALSE, 8); in import_contacts_show_dialog()
238 …gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (appGUI->cnt->import_type_combobox), NULL, _("File")… in import_contacts_show_dialog()
239 …gtk_combo_box_text_append (GTK_COMBO_BOX_TEXT (appGUI->cnt->import_type_combobox), NULL, "SyncML"); in import_contacts_show_dialog()
240 g_signal_connect (G_OBJECT (appGUI->cnt->import_type_combobox), "changed", in import_contacts_show_dialog()
242 g_signal_connect(G_OBJECT(appGUI->cnt->import_type_combobox), "focus", in import_contacts_show_dialog()
322 … gtk_combo_box_set_active (GTK_COMBO_BOX (appGUI->cnt->import_type_combobox), config.import_type); in import_contacts_show_dialog()
H A Dgui.h587 GtkWidget *import_type_combobox; member