diff options
author | Owen Taylor <otaylor@redhat.com> | 2004-02-24 22:25:41 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2004-02-24 22:25:41 +0000 |
commit | 1a48dcb14f6d9e1c56e96315e59c0b2ffa6dd634 (patch) | |
tree | 3ed9984d7c8e3fd823a079be27d6490389e0fd60 /docs/reference/gtk/tmpl/gtkfilesel.sgml | |
parent | 359748bd2704cf6ba8b8063107a32a692f765cf9 (diff) | |
download | gtk+-1a48dcb14f6d9e1c56e96315e59c0b2ffa6dd634.tar.gz |
=== Released 2.3.3 ===GTK_2_3_3
Tue Feb 24 14:45:03 2004 Owen Taylor <otaylor@redhat.com>
* === Released 2.3.3 ===
* configure.in: Version 2.3.3, interface age 0.
* NEWS: Finish updates for 2.3.3.
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkfilesel.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkfilesel.sgml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/docs/reference/gtk/tmpl/gtkfilesel.sgml b/docs/reference/gtk/tmpl/gtkfilesel.sgml index bcf06fdbe4..d4f25ad4db 100644 --- a/docs/reference/gtk/tmpl/gtkfilesel.sgml +++ b/docs/reference/gtk/tmpl/gtkfilesel.sgml @@ -140,6 +140,21 @@ The #GtkFileSelection struct contains the following #GtkWidget fields: @button_area: @action_area: +<!-- ##### ARG GtkFileSelection:filename ##### --> +<para> + +</para> + +<!-- ##### ARG GtkFileSelection:select-multiple ##### --> +<para> + +</para> + +<!-- ##### ARG GtkFileSelection:show-fileops ##### --> +<para> + +</para> + <!-- ##### FUNCTION gtk_file_selection_new ##### --> <para> Creates a new file selection dialog box. By default it will contain a #GtkTreeView of the application's current working directory, and a file listing. Operation buttons that allow the user to create a directory, delete files and rename files, are also present. @@ -220,18 +235,3 @@ Hides the file operation buttons that normally appear at the top of the dialog. @Returns: -<!-- ##### ARG GtkFileSelection:filename ##### --> -<para> - -</para> - -<!-- ##### ARG GtkFileSelection:select-multiple ##### --> -<para> - -</para> - -<!-- ##### ARG GtkFileSelection:show-fileops ##### --> -<para> - -</para> - |