summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml')
-rw-r--r--docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml28
1 files changed, 26 insertions, 2 deletions
diff --git a/docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml b/docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml
index 09c476c01c..3c03093237 100644
--- a/docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml
+++ b/docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml
@@ -57,8 +57,9 @@ look like a #GtkButton.
<important>
<para>
The #GtkFileChooserButton will ellipsize the label while in Open mode,
-and thus will thus request little horizontal space. To give the dialog
-more space, you should call gtk_widget_size_request(), or pack it in
+and thus will thus request little horizontal space. To give the button
+more space, you should call gtk_widget_size_request(),
+gtk_file_chooser_button_set_width_chars (), or pack the button in
such a way that other interface elements give space to the widget.
</para>
</important>
@@ -91,6 +92,11 @@ Instance of the #GtkFileChooserDialog associated with the button.
Title to put on the #GtkFileChooserDialog associated with the button.
</para>
+<!-- ##### ARG GtkFileChooserButton:width-chars ##### -->
+<para>
+The width of the entry and label inside the button, in characters.
+</para>
+
<!-- ##### FUNCTION gtk_file_chooser_button_new ##### -->
<para>
@@ -155,3 +161,21 @@ Title to put on the #GtkFileChooserDialog associated with the button.
@is_active:
+<!-- ##### FUNCTION gtk_file_chooser_button_get_width_chars ##### -->
+<para>
+
+</para>
+
+@button:
+@Returns:
+
+
+<!-- ##### FUNCTION gtk_file_chooser_button_set_width_chars ##### -->
+<para>
+
+</para>
+
+@button:
+@n_chars:
+
+