1
2@c %start of fragment
3
4@deftp Class <gtk-file-chooser-widget>
5Derives from @code{<gtk-file-chooser-embed>}, @code{<gtk-file-chooser>},
6@code{<gtk-vbox>}.
7
8This class defines no direct slots.
9
10@end deftp
11
12@deffn Function gtk-file-chooser-widget-new  (action@tie{}@code{<gtk-file-chooser-action>}) @result{}@tie{} (ret@tie{}@code{<gtk-widget>})
13Creates a new @code{<gtk-file-chooser-widget>}. This is a file chooser widget
14that can be embedded in custom windows, and it is the same widget that is used
15by @code{<gtk-file-chooser-dialog>}.
16
17@table @var
18@item action
19Open or save mode for the widget
20
21@item ret
22a new @code{<gtk-file-chooser-widget>}
23
24@end table
25
26Since 2.4
27
28@end deffn
29
30
31@c %end of fragment
32