Home
last modified time | relevance | path

Searched refs:utl_gui_create_open_file_dialog (Results 1 – 6 of 6) sorted by relevance

/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dutils_gui.h87 GtkWidget * utl_gui_create_open_file_dialog (const gchar *title, GtkWindow *parent);
H A Dbackup.c372 dialog = utl_gui_create_open_file_dialog (_("Open backup file"), in backup_restore()
H A Dutils_gui.c627 utl_gui_create_open_file_dialog(const gchar *title, GtkWindow *parent) { in utl_gui_create_open_file_dialog() function
H A Dcontacts_import.c44 dialog = utl_gui_create_open_file_dialog(_("Select CSV file"), in import_contacts_select_file()
H A Dcontacts_items.c500 dialog = utl_gui_create_open_file_dialog(_("Select photo"), in photo_file_select_cb()
H A Dcalendar_preferences_gui.c1119 dialog = utl_gui_create_open_file_dialog (_("Select ICS file"), GTK_WINDOW(parent)); in choose_ical_file()