]> Pileus Git - ~andy/gtk/blobdiff - docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml
Make 3.0 parallel-installable to 2.x
[~andy/gtk] / docs / reference / gtk / tmpl / gtkfilechooserbutton.sgml
index 7b1fa397c2e009db9aaa634d1898b5a20fa59751..6042343797ef60505d95331c048d7a69c5a6c1d0 100644 (file)
@@ -20,7 +20,8 @@ property to %TRUE.
 {
   GtkWidget *button;
 
-  button = gtk_file_chooser_button_new (_("Select a file"));
+  button = gtk_file_chooser_button_new (_("Select a file"),
+                                        GTK_FILE_CHOOSER_ACTION_OPEN);
   gtk_file_chooser_set_current_folder (GTK_FILE_CHOOSER (button),
                                        "/etc");
 }
@@ -47,43 +48,52 @@ such a way that other interface elements give space to the widget.
 #GtkFileChooserDialog
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### STRUCT GtkFileChooserButton ##### -->
 <para>
 This should not be accessed directly.  Use the accessor functions below. 
 </para>
 
 
-<!-- ##### ARG GtkFileChooserButton:dialog ##### -->
+<!-- ##### SIGNAL GtkFileChooserButton::file-set ##### -->
 <para>
 
 </para>
 
-<!-- ##### ARG GtkFileChooserButton:title ##### -->
+@filechooserbutton: the object which received the signal.
+
+<!-- ##### ARG GtkFileChooserButton:dialog ##### -->
 <para>
 
 </para>
 
-<!-- ##### ARG GtkFileChooserButton:width-chars ##### -->
+<!-- ##### ARG GtkFileChooserButton:focus-on-click ##### -->
 <para>
 
 </para>
 
-<!-- ##### FUNCTION gtk_file_chooser_button_new ##### -->
+<!-- ##### ARG GtkFileChooserButton:title ##### -->
 <para>
 
 </para>
 
-@title: 
-@Returns: 
+<!-- ##### ARG GtkFileChooserButton:width-chars ##### -->
+<para>
 
+</para>
 
-<!-- ##### FUNCTION gtk_file_chooser_button_new_with_backend ##### -->
+<!-- ##### FUNCTION gtk_file_chooser_button_new ##### -->
 <para>
 
 </para>
 
 @title: 
-@backend
+@action
 @Returns: 
 
 
@@ -132,3 +142,21 @@ This should not be accessed directly.  Use the accessor functions below.
 @n_chars: 
 
 
+<!-- ##### FUNCTION gtk_file_chooser_button_get_focus_on_click ##### -->
+<para>
+
+</para>
+
+@button: 
+@Returns: 
+
+
+<!-- ##### FUNCTION gtk_file_chooser_button_set_focus_on_click ##### -->
+<para>
+
+</para>
+
+@button: 
+@focus_on_click: 
+
+