]> Pileus Git - ~andy/gtk/commitdiff
ADd GtkFileChooserButton docs.
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 17 Aug 2004 16:21:46 +0000 (16:21 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 17 Aug 2004 16:21:46 +0000 (16:21 +0000)
docs/reference/ChangeLog
docs/reference/gtk/gtk-docs.sgml
docs/reference/gtk/gtk-sections.txt
docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml [new file with mode: 0644]

index 819a1492e7cbfac1a18594fb6d20e47a4ccee232..4d11bdf7c1d69468fa17319ac67fbfeec2a89883 100644 (file)
@@ -1,3 +1,9 @@
+2004-08-17  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/tmpl/gtkfilechooserbutton.sgml: 
+       * gtk/gtk-sections.txt: 
+       * gtk/gtk-docs.sgml: Add section for GtkFileChooserButton.
+
 Mon Aug 16 01:44:30 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtk-sections.txt: Updates.
index 3757ef2e4c051726c7d5c3b317ac930f9b5f7548..29fe255144d6875470507baa797a7fc0f40e4444 100644 (file)
@@ -35,6 +35,7 @@
 <!ENTITY GtkEventBox SYSTEM "xml/gtkeventbox.xml">
 <!ENTITY GtkExpander SYSTEM "xml/gtkexpander.xml">
 <!ENTITY GtkFileChooser SYSTEM "xml/gtkfilechooser.xml">
+<!ENTITY GtkFileChooserButton SYSTEM "xml/gtkfilechooserbutton.xml">
 <!ENTITY GtkFileChooserDialog SYSTEM "xml/gtkfilechooserdialog.xml">
 <!ENTITY GtkFileChooserWidget SYSTEM "xml/gtkfilechooserwidget.xml">
 <!ENTITY GtkFileFilter SYSTEM "xml/gtkfilefilter.xml">
@@ -434,6 +435,7 @@ that is, GUI components such as <link linkend="GtkButton">GtkButton</link> or
         &GtkColorSelection;
         &GtkColorSelectionDialog;
         &GtkFileSelection;
+       &GtkFileChooserButton;
        &GtkFileChooser;
        &GtkFileChooserDialog;
        &GtkFileChooserWidget;
index 1b880f4c5e2aa9dcdfb5f85b029e6ccd319ddb87..de083f04dadd45fb1048f8d5edcf9cde5321c4b6 100644 (file)
@@ -1269,6 +1269,29 @@ gtk_file_chooser_widget_get_type
 GtkFileChooserWidgetPrivate
 </SECTION>
 
+<SECTION>
+<FILE>gtkfilechooserbutton</FILE>
+<TITLE>GtkFileChooserButton</TITLE>
+GtkFileChooserButton
+gtk_file_chooser_button_new
+gtk_file_chooser_button_new_with_backend
+gtk_file_chooser_button_new_with_dialog
+gtk_file_chooser_button_get_title
+gtk_file_chooser_button_set_title
+gtk_file_chooser_button_get_active
+gtk_file_chooser_button_set_active
+<SUBSECTION Standard>
+GTK_FILE_CHOOSER_BUTTON
+GTK_IS_FILE_CHOOSER_BUTTON
+GTK_TYPE_FILE_CHOOSER_BUTTON
+GTK_FILE_CHOOSER_BUTTON_CLASS
+GTK_IS_FILE_CHOOSER_BUTTON_CLASS
+GTK_FILE_CHOOSER_BUTTON_GET_CLASS
+<SUBSECTION Private>
+gtk_file_chooser_button_get_type
+GtkFileChooserButtonPrivate
+</SECTION>
+
 <SECTION>
 <FILE>gtkfilefilter</FILE>
 GtkFileFilter
diff --git a/docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml b/docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml
new file mode 100644 (file)
index 0000000..9cbcee6
--- /dev/null
@@ -0,0 +1,88 @@
+<!-- ##### SECTION Title ##### -->
+GtkFileChooserButton
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### STRUCT GtkFileChooserButton ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### FUNCTION gtk_file_chooser_button_new ##### -->
+<para>
+
+</para>
+
+@title: 
+@Returns: 
+
+
+<!-- ##### FUNCTION gtk_file_chooser_button_new_with_backend ##### -->
+<para>
+
+</para>
+
+@title: 
+@backend: 
+@Returns: 
+
+
+<!-- ##### FUNCTION gtk_file_chooser_button_new_with_dialog ##### -->
+<para>
+
+</para>
+
+@dialog: 
+@Returns: 
+
+
+<!-- ##### FUNCTION gtk_file_chooser_button_get_title ##### -->
+<para>
+
+</para>
+
+@button: 
+@Returns: 
+
+
+<!-- ##### FUNCTION gtk_file_chooser_button_set_title ##### -->
+<para>
+
+</para>
+
+@button: 
+@title: 
+
+
+<!-- ##### FUNCTION gtk_file_chooser_button_get_active ##### -->
+<para>
+
+</para>
+
+@button: 
+@Returns: 
+
+
+<!-- ##### FUNCTION gtk_file_chooser_button_set_active ##### -->
+<para>
+
+</para>
+
+@button: 
+@is_active: 
+
+