summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechoosernative.h
Commit message (Collapse)AuthorAgeFilesLines
* The big versioning cleanupMatthias Clasen2018-02-061-6/+6
| | | | | | | Remove all the old 2.x and 3.x version annotations. GTK+ 4 is a new start, and from the perspective of a GTK+ 4 developer all these APIs have been around since the beginning.
* GtkFileChooserNative: Fallback and win32 implementationAlexander Larsson2015-11-051-0/+56
This is a subclass on GtkNativeDialog that uses GtkFileChooserDialog as a fallback, but also has support for the win32 file chooser dialog.