gtkRecentManagerSetLimit {RGtk2}R Documentation

gtkRecentManagerSetLimit

Description

Sets the maximum number of item that the gtkRecentManagerGetItems function should return. If limit is set to -1, then return all the items.

Usage

gtkRecentManagerSetLimit(object, limit)

Arguments

object [GtkRecentManager] a GtkRecentManager
limit [integer] the maximum number of items to return, or -1.

Details

Since 2.10

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]