diff options
author | Alexander Larsson <alexl@redhat.com> | 2015-10-29 15:06:57 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2015-11-05 16:54:07 +0100 |
commit | 5094900180ac97e6bba2f86ee702d0649e019e6a (patch) | |
tree | 7527ba2439f350f7c0c75ce7af0c52ff038c9ded /docs | |
parent | 693db082a158952efd5a326a62814490c3c8f6ad (diff) | |
download | gtk+-5094900180ac97e6bba2f86ee702d0649e019e6a.tar.gz |
GtkFileChooserNative: Fallback and win32 implementation
This is a subclass on GtkNativeDialog that uses GtkFileChooserDialog
as a fallback, but also has support for the win32 file chooser dialog.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/gtk-docs.sgml | 1 | ||||
-rw-r--r-- | docs/reference/gtk/gtk3-sections.txt | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/docs/reference/gtk/gtk-docs.sgml b/docs/reference/gtk/gtk-docs.sgml index f7776a2e7b..6fef95cf47 100644 --- a/docs/reference/gtk/gtk-docs.sgml +++ b/docs/reference/gtk/gtk-docs.sgml @@ -204,6 +204,7 @@ <xi:include href="xml/gtkfilechooser.xml" /> <xi:include href="xml/gtkfilechooserbutton.xml" /> <xi:include href="xml/gtknativedialog.xml" /> + <xi:include href="xml/gtkfilechoosernative.xml" /> <xi:include href="xml/gtkfilechooserdialog.xml" /> <xi:include href="xml/gtkfilechooserwidget.xml" /> <xi:include href="xml/gtkfilefilter.xml" /> diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt index 4301012d3c..858c0c736f 100644 --- a/docs/reference/gtk/gtk3-sections.txt +++ b/docs/reference/gtk/gtk3-sections.txt @@ -1433,6 +1433,25 @@ gtk_file_chooser_get_type </SECTION> <SECTION> +<FILE>gtkfilechoosernative</FILE> +<TITLE>GtkFileChooserNative</TITLE> +gtk_file_chooser_native_new +gtk_file_chooser_native_get_accept_label +gtk_file_chooser_native_set_accept_label +gtk_file_chooser_native_get_cancel_label +gtk_file_chooser_native_set_cancel_label +<SUBSECTION Standard> +GTK_FILE_CHOOSER_NATIVE +GTK_IS_FILE_CHOOSER_NATIVE +GTK_TYPE_FILE_CHOOSER_NATIVE +GTK_FILE_CHOOSER_NATIVE_CLASS +GTK_IS_FILE_CHOOSER_NATIVE_CLASS +GTK_FILE_CHOOSER_NATIVE_GET_CLASS +<SUBSECTION Private> +gtk_file_chooser_native_get_type +</SECTION> + +<SECTION> <FILE>gtkfilechooserdialog</FILE> <TITLE>GtkFileChooserDialog</TITLE> GtkFileChooserDialog |