RecentChooser
Object Hierarchy:
Description:
public interface RecentChooser :
Object
RecentChooser is an interface that can be implemented by widgets displaying the list of recently used
files.
In GTK+, the main objects that implement this interface are RecentChooserWidget
, RecentChooserDialog and
RecentChooserMenu.
Recently used files are supported since GTK+ 2.10.
All known implementing classes:
Content:
Properties:
- public RecentFilter filter { get; set; }
The RecentFilter
object to be used when displaying the recently used resources.
- public int limit { get; set; }
The maximum number of recently used resources to be displayed, or -1
to display all items.
- public bool local_only { get; set; }
Whether this RecentChooser should
display only local (file:) resources.
- public RecentManager recent_manager { construct; }
The RecentManager
instance used by the RecentChooser to display the list of recently used resources.
- public bool select_multiple { get; set; }
Allow the user to select multiple resources.
- public bool show_icons { get; set; }
Whether this RecentChooser should
display an icon near the item.
- public bool show_not_found { get; set; }
Whether this RecentChooser should
display the recently used resources even if not present anymore.
- public bool show_private { get; set; }
- public bool show_tips { get; set; }
Whether this RecentChooser should
display a tooltip containing the full path of the recently used resources.
- public RecentSortType sort_type { get; set; }
Sorting order to be used when displaying the recently used resources.
Static methods:
Methods:
Signals:
Inherited Members:
All known members inherited from class GLib.Object