Home
last modified time | relevance | path

Searched refs:gtk_file_chooser_get_filenames (Results 1 – 25 of 272) sorted by relevance

1234567891011

/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtk/
H A DFileChooserButton.custom37 static extern IntPtr gtk_file_chooser_get_filenames (IntPtr raw);
48 raw_ret = gtk_file_chooser_get_filenames (Handle);
H A DFileChooserWidget.custom37 static extern IntPtr gtk_file_chooser_get_filenames (IntPtr raw);
48 raw_ret = gtk_file_chooser_get_filenames (Handle);
H A DFileChooserDialog.custom86 static extern IntPtr gtk_file_chooser_get_filenames (IntPtr raw);
97 raw_ret = gtk_file_chooser_get_filenames (Handle);
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkfilechooser.h154 #define gtk_file_chooser_get_filenames gtk_file_chooser_get_filenames_utf8 macro
172 GSList * gtk_file_chooser_get_filenames (GtkFileChooser *chooser);
/dports/lang/racket/racket-8.3/share/pkgs/gui-lib/mred/private/wx/gtk/
H A Dfiledialog.rkt37 (define-gtk gtk_file_chooser_get_filenames function
100 (gtk_file_chooser_get_filenames dlg)
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/machine/
H A Dags_desk_pad_callbacks.c62 start_filename = gtk_file_chooser_get_filenames(GTK_FILE_CHOOSER(desk->file_chooser)); in ags_desk_pad_add_callback()
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGtkFileChooser.xs49 void gtk_file_chooser_get_filenames (GtkFileChooser *chooser);
53 names = gtk_file_chooser_get_filenames (chooser);
/dports/cad/lepton-eda/lepton-eda-1.9.17/libleptonattrib/src/
H A Dx_fileselect.c148 filenames = gtk_file_chooser_get_filenames (GTK_FILE_CHOOSER (dialog)); in x_fileselect_open()
/dports/emulators/vice/vice-3.5/src/arch/gtk3/widgets/
H A Dvsidplaylistadddialog.c72 GSList *files = gtk_file_chooser_get_filenames(GTK_FILE_CHOOSER(dialog)); in on_response()
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DGtk.cpp61 GSList *list = gtk_file_chooser_get_filenames(GTK_FILE_CHOOSER(fc)); in Execute()
/dports/audio/gtkpod/gtkpod-1.0.0/src/
H A Dfileselection.c97 files = gtk_file_chooser_get_filenames (GTK_FILE_CHOOSER (fc)); in fileselection_get_files()
626 names = gtk_file_chooser_get_filenames (GTK_FILE_CHOOSER (dialog)); in dirbrowser_create_callback()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk/
H A Ddirdlg.cpp146 GSList *fnamesi = gtk_file_chooser_get_filenames(GTK_FILE_CHOOSER(m_widget)); in GTKOnAccept()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/cmake/linux_gtk_helper/
H A Dlinux_gtk_helper.cpp80 GSList *(*gtk_file_chooser_get_filenames)(GtkFileChooser *chooser); variable
274 && LOAD_SYMBOL(lib, gtk_file_chooser_get_filenames) in Resolve()
591 GSList *gtk_file_chooser_get_filenames(GtkFileChooser *chooser) { in gtk_file_chooser_get_filenames() function
593 return GtkHelper::gtk_file_chooser_get_filenames(chooser); in gtk_file_chooser_get_filenames()
/dports/devel/allegro5/allegro5-5.2.7.0/addons/native_dialog/
H A Dgtk_filesel.c136 GSList* filenames = gtk_file_chooser_get_filenames(GTK_FILE_CHOOSER(window)); in create_gtk_file_dialog()
/dports/cad/geda/geda-gaf-1.8.2/gattrib/src/
H A Dx_fileselect.c255 filenames = gtk_file_chooser_get_filenames (GTK_FILE_CHOOSER (dialog)); in x_fileselect_open()
/dports/x11/yad/yad-7.3/src/
H A Dfile.c133 selections = gtk_file_chooser_get_filenames (GTK_FILE_CHOOSER (filechooser)); in file_print_result()
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtkfilechooser.inc61 function gtk_file_chooser_get_filenames(chooser:PGtkFileChooser):PGSList;cdecl;external gtklib name…
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtkfilechooser.inc61 function gtk_file_chooser_get_filenames(chooser:PGtkFileChooser):PGSList;cdecl;external gtklib name…
/dports/x11-toolkits/vdk/vdk-2.5.1/src/
H A Dvdkfilechooser.cc225 GSList* listhead = gtk_file_chooser_get_filenames(GTK_FILE_CHOOSER(sigwid)); in OnokButtonClick()
/dports/x11/zenity/zenity-3.32.0/src/
H A Dfileselection.c196 selections = gtk_file_chooser_get_filenames (chooser); in zenity_fileselection_dialog_output()
/dports/graphics/aseprite/aseprite-1.2.9/src/she/gtk/
H A Dnative_dialogs.cpp132 GSList* list = gtk_file_chooser_get_filenames(chooser); in show()
/dports/cad/geda/geda-gaf-1.8.2/gschem/src/
H A Dx_fileselect.c194 gtk_file_chooser_get_filenames (GTK_FILE_CHOOSER (dialog)); in x_fileselect_open()
/dports/graphics/ufraw/ufraw-f34669b/
H A Dufraw_chooser.c149 for (list = saveList = gtk_file_chooser_get_filenames(fileChooser); in ufraw_chooser()
/dports/graphics/gliv/gliv-1.9.7/src/
H A Dopen_dialog.c180 selection = gtk_file_chooser_get_filenames(dialog); in menu_open()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkfilechooser.h179 GSList * gtk_file_chooser_get_filenames (GtkFileChooser *chooser);

1234567891011