or -1 to display all items.
RecentChooser.limit
int limit() @property nothrow;Get limit property.
Returns
The maximum number of recently used resources to be displayed,
void limit(int propval) @property nothrow;Set limit property.
Parameters
propval | The maximum number of recently used resources to be displayed, or -1 to display all items. |