Package: gtk

Accessor gtk-recent-action-show-numbers

Lambda List

gtk-recent-action-show-numbers (object)

Syntax

(gtk-recent-action-show-numbers object) => show-numbers
(setf (gtk-recent-action-show-numbers object) show-numbers)

Arguments

object -- a gtk-recent-action object
show-numbers -- true if the shown items should be numbered

Details

Accessor of the show-numbers slot of the gtk-recent-action class.

The slot access function gtk-recent-action-show-numbers sets whether a number should be added to the items shown by the widgets representing the action. The numbers are shown to provide a unique character for a mnemonic to be used inside the menu label of the item. Only the first ten items get a number to avoid clashes.

Warning

The function gtk-recent-action-show-numbers has been deprecated since version 3.10 and should not be used in newly written code.
 

See also

2021-7-20