gtkRecentManagerSetLimit {RGtk2} | R Documentation |
Sets the maximum number of item that the gtkRecentManagerGetItems
function should return. If limit
is set to -1, then return all the
items.
gtkRecentManagerSetLimit(object, limit)
|
[GtkRecentManager ] a GtkRecentManager |
|
[integer] the maximum number of items to return, or -1. |
Since 2.10
Derived by RGtkGen from GTK+ documentation