gtk2/docs/reference/gtk/tmpl/gtkfilechooserwidget.sgml
Federico Mena Quintero 8d7d50cb7f Added the text for the initial section, and descriptions for the signals
2003-10-23  Federico Mena Quintero  <federico@ximian.com>

	* gtk/tmpl/gtkfilechooser.sgml: Added the text for the initial
	section, and descriptions for the signals and enumerations.

	* gtk/tmpl/gtkfilechooserdialog.sgml: Added the text for the
	initial section, and a short example.

	* gtk/tmpl/gtkfilechooserwidget.sgml: Added the text for the
	initial section.
2003-10-23 22:59:34 +00:00

46 lines
1022 B
Plaintext

<!-- ##### SECTION Title ##### -->
GtkFileChooserWidget
<!-- ##### SECTION Short_Description ##### -->
File chooser widget that can be embedded in other widgets.
<!-- ##### SECTION Long_Description ##### -->
<para>
#GtkFileChooserWidget is a widget suitable for selecting files.
It is the main building block of a #GtkFileChooserDialog. Most
applications will only need to use the latter; you can use
#GtkFileChooserWidget as part of a larger window if you have
special needs.
</para>
<para>
Note that #GtkFileChooserWidget does not have any methods of its
own. Instead, you should use the functions that work on a
#GtkFileChooser.
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
#GtkFileChooser, #GtkFileChooserDialog
</para>
<!-- ##### FUNCTION gtk_file_chooser_widget_new ##### -->
<para>
</para>
@action:
@Returns:
<!--
Local variables:
mode: sgml
sgml-parent-document: ("../gtk-docs.sgml" "book" "refentry")
End:
-->