Gtk.RecentChooserWidget¶
| Subclasses: | None | 
|---|
Methods¶
| class | new() | 
| class | new_for_manager(manager) | 
Virtual Methods¶
| Inherited: | Gtk.Container (10), Gtk.Widget (82), GObject.Object (7), Gtk.Buildable (10), Gtk.RecentChooser (13) | 
|---|
Properties¶
| Inherited: | Gtk.Box (3), Gtk.Container (3), Gtk.Widget (39), Gtk.Orientable (1), Gtk.RecentChooser (10) | 
|---|
Child Properties¶
| Inherited: | Gtk.Box (5) | 
|---|
Style Properties¶
| Inherited: | Gtk.Widget (17) | 
|---|
Signals¶
| Inherited: | Gtk.Container (4), Gtk.Widget (69), GObject.Object (1), Gtk.RecentChooser (2) | 
|---|
Fields¶
| Inherited: | Gtk.Container (4), Gtk.Widget (69), GObject.Object (1), Gtk.RecentChooser (2) | 
|---|
| Name | Type | Access | Description | 
|---|---|---|---|
| parent_instance | Gtk.Box | r | 
Class Details¶
- 
class Gtk.RecentChooserWidget(*args, **kwargs)¶
- Bases: - Gtk.Box,- Gtk.RecentChooser- Abstract: - No - Structure: - Gtk.RecentChooserWidgetClass- Gtk.RecentChooserWidgetis a widget suitable for selecting recently used files. It is the main building block of a- Gtk.RecentChooserDialog. Most applications will only need to use the latter; you can use- Gtk.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 a- Gtk.RecentChooser.- Recently used files are supported since GTK+ 2.10. - 
classmethod new()[source]¶
- Returns: - a new - Gtk.RecentChooserWidget- Return type: - Gtk.Widget- 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) – a- Gtk.RecentManager- Returns: - a new - Gtk.RecentChooserWidget- Return type: - Gtk.Widget- 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. 
 
- 
classmethod