Description Methods and Functions Hierarchy Interfaces Detailed Description Structures Convenient Construction Properties Author(s) References
An action of which represents a list of recently used files
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)
1 2 3 | GObject
+----GtkAction
+----GtkRecentAction
|
GtkRecentAction implements
GtkBuildable
and GtkRecentChooser
.
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.
GtkRecentAction
undocumented
gtkRecentAction
is the equivalent of gtkRecentActionNew
.
show-numbers
[logical : Read / Write]Whether the items should be displayed with a number. Default value: FALSE
Derived by RGtkGen from GTK+ documentation
https://developer.gnome.org/gtk2/stable/GtkRecentAction.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.