gtkRecentChooserMenuNew()
gtkRecentChooserMenuNewForManager(manager = NULL, show = TRUE)
gtkRecentChooserMenuGetShowNumbers(object)
gtkRecentChooserMenuSetShowNumbers(object, show.numbers)
gtkRecentChooserMenu(manager = NULL, show = TRUE)
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkMenuShell +----GtkMenu +----GtkRecentChooserMenu
GtkBuildable
, GtkRecentChooser
and GtkActivatable
.GtkRecentChooserMenu
is a widget suitable for displaying recently used files
inside a menu. It can be used to set a sub-menu of a GtkMenuItem
using
gtkMenuItemSetSubmenu
, or as the menu of a GtkMenuToolButton
. Note that GtkRecentChooserMenu
does not have any methods of its own. Instead,
you should use the functions that work on a GtkRecentChooser
. Note also that GtkRecentChooserMenu
does not support multiple filters, as it
has no way to let the user choose between them as the GtkRecentChooserWidget
and GtkRecentChooserDialog
widgets do. Thus using gtkRecentChooserAddFilter
on a GtkRecentChooserMenu
widget will yield the same effects as using
gtkRecentChooserSetFilter
, replacing any currently set filter
with the supplied filter; gtkRecentChooserRemoveFilter
will remove
any currently set GtkRecentFilter
object and will unset the current filter;
gtkRecentChooserListFilters
will return a list containing a single
GtkRecentFilter
object. Recently used files are supported since GTK+ 2.10.gtkRecentChooserMenu
is the equivalent of gtkRecentChooserMenuNewForManager
.GtkRecentChooser