Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

GtkRecentAction

GtkRecentAction


Description

An action of which represents a list of recently used files

Methods and Functions

gtkRecentActionNew(name, label, tooltip, stock.id)
gtkRecentActionNewForManager(name, label, tooltip, stock.id, manager)
gtkRecentActionGetShowNumbers(object)
gtkRecentActionSetShowNumbers(object, show.numbers)
gtkRecentAction(name, label, tooltip, stock.id)

Hierarchy

GObject
   +----GtkAction
         +----GtkRecentAction

Interfaces

GtkRecentAction implements GtkBuildable and GtkRecentChooser.

Detailed Description

A GtkRecentAction represents a list of recently used files, which can be shown by widgets such as GtkRecentChooserDialog or GtkRecentChooserMenu.

To construct a submenu showing recently used files, use a GtkRecentAction as the action for a <menuitem>. To construct a menu toolbutton showing the recently used files in the popup menu, use a GtkRecentAction as the action for a <toolitem> element.

Structures

GtkRecentAction

undocumented

Convenient Construction

gtkRecentAction is the equivalent of gtkRecentActionNew.

Properties

show-numbers [logical : Read / Write]

Whether the items should be displayed with a number. Default value: FALSE

Author(s)

Derived by RGtkGen from GTK+ documentation

References


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.