|
class gtk.FileChooserWidget(gtk.VBox, gtk.FileChooser): |
+--gobject.GObject +-- gtk.Object +-- gtk.Widget +-- gtk.Container +-- gtk.Box +-- gtk.VBox +-- gtk.FileChooserWidget
This widget is available in PyGTK 2.4 and above.
The gtk.FileChooserWidget
is a widget suitable for selecting files. It is the main building block
of a gtk.FileChooserDialog
. Most
applications will only need to use the latter; you can use gtk.FileChooserWidget
as part of a larger window if you have special needs.
Note that gtk.FileChooserWidget
does not have any methods, signals or properties of its own. Instead,
you should use the methods, signals and properties of the gtk.FileChooser
.
gtk.FileChooserWidget(action
=gtk.FILE_CHOOSER_ACTION_OPEN, backend
=None)
| The open or save mode for the
widget or None . |
| The name of the specific filesystem backend to
use or None . |
Returns : | a new gtk.FileChooserWidget |
This constructor is available in PyGTK 2.4 and above.
Creates a new gtk.FileChooserWidget
.
This is a file chooser widget that can be embedded in custom windows, and it
is the same widget that is used by gtk.FileChooserDialog
.
© manpagez.com 2000-2024 Individual documents may contain additional copyright information.