Reply To: File manager – how to set one from saving things

Forum › Forums › Official Releases › antiX-21/22 “Grup Yorum” › File manager – how to set one from saving things › Reply To: File manager – how to set one from saving things

#82940
iznit
Member

    its not a script, it is a component
    the API for “triggering” it from within a C program >>> http://lazka.github.io/pgi-docs/Gtk-3.0/interfaces/FileChooser.html

    the API for “triggering” it from python >>> http://athenajc.gitbooks.io/python-gtk-3-api/content/gtk-group/gtkfilechooser.html

    another component, seen less frequent in antiX because few Qt programs are preinstalled
    QFileDIalog component >>> http://doc.qt.io/qt-5/qfiledialog.html
    the API for “triggering” it from python >>> http://www.tutorialspoint.com/pyqt/pyqt_qfiledialog_widget.htm