summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2004-11-01 20:25:34 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-11-01 20:25:34 +0000
commit0b77c1ae76a95fa9554b9c3b16421748982dd6c4 (patch)
tree86f14f7213c8cbf00e34d536ab2f57c4b99aa982 /docs
parent63360de5e1698c330fd50162988a6e3c86f47b92 (diff)
downloadgdk-pixbuf-0b77c1ae76a95fa9554b9c3b16421748982dd6c4.tar.gz
*** empty log message ***
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml14
1 files changed, 6 insertions, 8 deletions
diff --git a/docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml b/docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml
index 3c0309323..481d15fa4 100644
--- a/docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml
+++ b/docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml
@@ -59,7 +59,7 @@ look like a #GtkButton.
The #GtkFileChooserButton will ellipsize the label while in Open mode,
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
+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>
@@ -71,30 +71,28 @@ such a way that other interface elements give space to the widget.
<!-- ##### STRUCT GtkFileChooserButton ##### -->
<para>
-This should not be accessed directly. Use the accessor functions below.
+This should not be accessed directly. Use the accessor functions below.
</para>
<!-- ##### ARG GtkFileChooserButton:active ##### -->
<para>
-%TRUE, if the #GtkFileChooserDialog associated with the button has been
-made visible. This can also be set by the application, though it is
-rarely useful to do so.
+
</para>
<!-- ##### ARG GtkFileChooserButton:dialog ##### -->
<para>
-Instance of the #GtkFileChooserDialog associated with the button.
+
</para>
<!-- ##### ARG GtkFileChooserButton:title ##### -->
<para>
-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 ##### -->