GtkRecentChooser {RGtk2.10} | R Documentation |
Interface implemented by GtkRecentChooserWidget, GtkRecentChooserMenu and GtkRecentChooserDialog
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
GtkRecentChooser is implemented by
GtkRecentChooserDialog
, GtkRecentChooserWidget
and GtkRecentChooserMenu
.
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.
GtkRecentChooser
GtkRecentChooserError
GtkRecentChooser
functions.
not-found
invalid-uri
GtkRecentSortType
none
mru
lru
custom
gtkRecentManagerSetSortFunc()
.
GtkRecentSortFunc(a, b, user.data)
a
GtkRecentInfo
] b
GtkRecentInfo
] user.data
item-activated(chooser, user.data)
Since 2.10
chooser
GtkRecentChooser
] the object which received the signaluser.data
selection-changed(chooser, user.data)
Since 2.10
chooser
GtkRecentChooser
] the object which received the signaluser.data
filter
[GtkRecentFilter
: Read / Write]The current filter for selecting which resources are displayed.
limit
[integer : Read / Write]The maximum number of items to be displayed. Allowed values: >= -1 Default value: -1
local-only
[logical : Read / Write]Whether the selected resource(s) should be limited to local file: URIs. Default value: TRUE
recent-manager
[GtkRecentManager
: Write / Construct Only]The RecentManager object to use.
select-multiple
[logical : Read / Write]Whether to allow multiple items to be selected. Default value: FALSE
show-icons
[logical : Read / Write]Whether there should be an icon near the item. Default value: TRUE
show-not-found
[logical : Read / Write]Whether the items pointing to unavailable resources should be displayed. Default value: FALSE
show-private
[logical : Read / Write]Whether the private items should be displayed. Default value: FALSE
show-tips
[logical : Read / Write]Whether there should be a tooltip on the item. Default value: FALSE
sort-type
[GtkRecentSortType
: Read / Write]The sorting order of the items displayed. Default value: GTK_RECENT_SORT_NONE
Derived by RGtkGen from GTK+ documentation
http://developer.gnome.org/doc/API/2.0/gtk/GtkRecentChooser.html
GtkRecentManager
GtkRecentChooserDialog
GtkRecentChooserWidget
GtkRecentChooserMenu