gtkRecentChooserSetShowPrivate(object, show.private)
gtkRecentChooserGetShowPrivate(object)
gtkRecentChooserSetShowNotFound(object, show.not.found)
gtkRecentChooserGetShowNotFound(object)
gtkRecentChooserSetShowIcons(object, show.icons)
gtkRecentChooserGetShowIcons(object)
gtkRecentChooserSetSelectMultiple(object, select.multiple)
gtkRecentChooserGetSelectMultiple(object)
gtkRecentChooserSetLocalOnly(object, local.only)
gtkRecentChooserGetLocalOnly(object)
gtkRecentChooserSetLimit(object, limit)
gtkRecentChooserGetLimit(object)
gtkRecentChooserSetShowTips(object, show.tips)
gtkRecentChooserGetShowTips(object)
gtkRecentChooserSetSortType(object, sort.type)
gtkRecentChooserGetSortType(object)
gtkRecentChooserSetSortFunc(object, sort.func, sort.data)
gtkRecentChooserSetCurrentUri(object, uri, .errwarn = TRUE)
gtkRecentChooserGetCurrentUri(object)
gtkRecentChooserGetCurrentItem(object)
gtkRecentChooserSelectUri(object, uri, .errwarn = TRUE)
gtkRecentChooserUnselectUri(object, uri)
gtkRecentChooserSelectAll(object)
gtkRecentChooserUnselectAll(object)
gtkRecentChooserGetItems(object)
gtkRecentChooserGetUris(object)
gtkRecentChooserAddFilter(object, filter)
gtkRecentChooserRemoveFilter(object, filter)
gtkRecentChooserListFilters(object)
gtkRecentChooserSetFilter(object, filter)
gtkRecentChooserGetFilter(object)
GInterface +----GtkRecentChooser
GtkRecentAction
, GtkRecentChooserDialog
, GtkRecentChooserMenu
and GtkRecentChooserWidget
.GtkRecentChooser
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 GtkRecentChooserWidget
,
GtkRecentChooserDialog
and GtkRecentChooserMenu
. Recently used files are supported since GTK+ 2.10.GtkRecentChooserError
GtkRecentChooser
functions. not-found
invalid-uri
GtkRecentSortType
none
mru
lru
custom
gtkRecentManagerSetSortFunc()
.item-activated(chooser, user.data)
chooser
user.data
selection-changed(chooser, user.data)
chooser
user.data
filter
[GtkRecentFilter
: * : Read / Write]GtkRecentFilter
object to be used when displaying
the recently used resources.
Since 2.10 limit
[integer : Read / Write]GtkRecentChooser
by setting this property.
Allowed values: >= -1 Default value: -1 Since 2.10 local-only
[logical : Read / Write]GtkRecentChooser
should display only local (file:)
resources.
Default value: TRUE Since 2.10 recent-manager
[GtkRecentManager
: * : Write / Construct Only]GtkRecentManager
instance used by the GtkRecentChooser
to
display the list of recently used resources.
Since 2.10 select-multiple
[logical : Read / Write]show-icons
[logical : Read / Write]GtkRecentChooser
should display an icon near the item.
Default value: TRUE Since 2.10 show-not-found
[logical : Read / Write]GtkRecentChooser
should display the recently used resources
even if not present anymore. Setting this to FALSE
will perform a
potentially expensive check on every local resource (every remote
resource will always be displayed).
Default value: TRUE Since 2.10 show-private
[logical : Read / Write]show-tips
[logical : Read / Write]GtkRecentChooser
should display a tooltip containing the
full path of the recently used resources.
Default value: FALSE Since 2.10 sort-type
[GtkRecentSortType
: Read / Write]GtkRecentManager
GtkRecentChooserDialog
GtkRecentChooserWidget
GtkRecentChooserMenu