Home
last modified time | relevance | path

Searched refs:gtk_file_chooser_get_file (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/mail/evolution/evolution-3.42.1/src/shell/
H A De-shell-utils.c84 chosen_file = gtk_file_chooser_get_file (file_chooser); in e_shell_run_open_dialog()
211 chosen_file = gtk_file_chooser_get_file (file_chooser); in e_shell_run_save_dialog()
/dports/deskutils/gnome-todo/gnome-todo-41.0/subprojects/libadwaita/examples/
H A Dadw-demo-window.c232 file = gtk_file_chooser_get_file (GTK_FILE_CHOOSER (self->avatar_file_chooser)); in avatar_load_file()
263 file = gtk_file_chooser_get_file (GTK_FILE_CHOOSER (self->avatar_file_chooser)); in avatar_file_chooser_response_cb()
290 g_autoptr (GFile) file = gtk_file_chooser_get_file (GTK_FILE_CHOOSER (chooser)); in file_chooser_response_cb()
/dports/multimedia/celluloid/celluloid-0.23/src/
H A Dcelluloid-file-chooser-button.c172 GFile *file = gtk_file_chooser_get_file(GTK_FILE_CHOOSER(dialog)); in handle_response()
298 return gtk_file_chooser_get_file(chooser); in celluloid_file_chooser_button_get_file()
/dports/graphics/gthumb/gthumb-3.10.1/extensions/photo_importer/
H A Dactions.c52 folder = gtk_file_chooser_get_file (GTK_FILE_CHOOSER (dialog)); in folder_chooser_response_cb()
/dports/x11-toolkits/gtk40/gtk-4.4.1/demos/gtk-demo/
H A Dpaintable_svg.c27 file = gtk_file_chooser_get_file (GTK_FILE_CHOOSER (dialog)); in open_response_cb()
H A Dvideo_player.c23 file = gtk_file_chooser_get_file (GTK_FILE_CHOOSER (dialog)); in open_dialog_response_cb()
/dports/devel/anjuta/anjuta-3.34.0/plugins/project-import/
H A Dproject-import-dialog.c196 return gtk_file_chooser_get_file (GTK_FILE_CHOOSER (priv->dest_dir_button)); in project_import_dialog_get_dest_dir()
209 return gtk_file_chooser_get_file (GTK_FILE_CHOOSER (priv->source_dir_button)); in project_import_dialog_get_source_dir()
/dports/graphics/gimp-app/gimp-2.10.30/app/actions/
H A Dgradients-commands.c134 GFile *file = gtk_file_chooser_get_file (GTK_FILE_CHOOSER (dialog)); in gradients_save_as_pov_ray_response()
H A Dtext-editor-commands.c135 file = gtk_file_chooser_get_file (GTK_FILE_CHOOSER (dialog)); in text_editor_load_response()
H A Derror-console-commands.c181 GFile *file = gtk_file_chooser_get_file (GTK_FILE_CHOOSER (dialog)); in error_console_save_response()
H A Dtext-tool-commands.c210 GFile *file = gtk_file_chooser_get_file (GTK_FILE_CHOOSER (dialog)); in text_tool_load_dialog_response()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/gui/widgets/dialogs/
H A Dcreate_project_dialog.c96 gtk_file_chooser_get_file ( in on_fc_file_set()
/dports/graphics/xournalpp/xournalpp-1.1.0/src/control/stockdlg/
H A DImageOpenDlg.cpp43 GFile* file = gtk_file_chooser_get_file(GTK_FILE_CHOOSER(dialog)); in show()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkfilechooser.h120 GFile * gtk_file_chooser_get_file (GtkFileChooser *chooser);
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/testui/
H A Dgbp-test-output-panel.c77 file = gtk_file_chooser_get_file (GTK_FILE_CHOOSER (native)); in gbp_testui_output_panel_save_in_file()
/dports/graphics/gimp-app/gimp-2.10.30/app/dialogs/
H A Dvectors-export-dialog.c154 file = gtk_file_chooser_get_file (chooser); in vectors_export_dialog_response()
H A Dvectors-import-dialog.c183 file = gtk_file_chooser_get_file (chooser); in vectors_import_dialog_response()
/dports/x11-toolkits/libadwaita/libadwaita-8442d6097b36c17e87582525ceab3ce3d5bccd48/examples/
H A Dadw-demo-window.c235 file = gtk_file_chooser_get_file (GTK_FILE_CHOOSER (self->avatar_file_chooser)); in avatar_file_chooser_response_cb()
267 g_autoptr (GFile) file = gtk_file_chooser_get_file (GTK_FILE_CHOOSER (chooser)); in file_chooser_response_cb()
/dports/x11-toolkits/tepl/tepl-5.1.1/tepl/
H A Dtepl-window-actions-file.c44 location = gtk_file_chooser_get_file (GTK_FILE_CHOOSER (file_chooser_dialog)); in open_file_chooser_response_cb()
/dports/x11-toolkits/tepl6/tepl-6.00.0/tepl/
H A Dtepl-window-actions-file.c44 location = gtk_file_chooser_get_file (GTK_FILE_CHOOSER (file_chooser_dialog)); in open_file_chooser_response_cb()
/dports/www/gtkhtml4/gtkhtml-4.10.0/components/editor/
H A Dgtkhtml-image-chooser-dialog.c222 return gtk_file_chooser_get_file (file_chooser); in gtkhtml_image_chooser_dialog_run()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DFileDialog.java170 long file = GTK4.gtk_file_chooser_get_file(handle); in computeResultChooserDialog()
178 long file = GTK4.gtk_file_chooser_get_file(handle); in computeResultChooserDialog()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/gtk3/fpicker/
H A DSalGtkFolderPicker.cxx115 gtk_file_chooser_get_file(GTK_FILE_CHOOSER(m_pDialog)); in getDirectory()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/internal/gtk4/
H A DGTK4.java171 public static final native long gtk_file_chooser_get_file(long chooser); in gtk_file_chooser_get_file() method in GTK4
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-image-chooser-dialog.c246 return gtk_file_chooser_get_file (file_chooser); in e_image_chooser_dialog_run()

1234567