Gtk.RecentChooserWidget¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.Box (14), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10), Gtk.Orientable (2), Gtk.RecentChooser (31)
- Structs:
Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
class |
|
class |
|
Virtual Methods¶
Properties¶
Child Properties¶
- Inherited:
Style Properties¶
- Inherited:
Signals¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
parent_instance |
r |
Class Details¶
- class Gtk.RecentChooserWidget(*args, **kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Gtk.RecentChooserWidgetis a widget suitable for selecting recently used files. It is the main building block of aGtk.RecentChooserDialog. Most applications will only need to use the latter; you can useGtk.RecentChooserWidgetas part of a larger window if you have special needs.Note that
Gtk.RecentChooserWidgetdoes not have any methods of its own. Instead, you should use the functions that work on aGtk.RecentChooser.Recently used files are supported since GTK+ 2.10.
- classmethod new()[source]¶
- Returns:
a new
Gtk.RecentChooserWidget- Return type:
Creates a new
Gtk.RecentChooserWidgetobject. This is an embeddable widget used to access the recently used resources list.New in version 2.10.
- classmethod new_for_manager(manager)[source]¶
- Parameters:
manager (
Gtk.RecentManager) – aGtk.RecentManager- Returns:
a new
Gtk.RecentChooserWidget- Return type:
Creates a new
Gtk.RecentChooserWidgetwith a specified recent manager.This is useful if you have implemented your own recent manager, or if you have a customized instance of a
Gtk.RecentManagerobject.New in version 2.10.