Method

GtkRecentActionset_show_numbers

deprecated: 3.10 since: 2.12

Declaration [src]

void
gtk_recent_action_set_show_numbers (
  GtkRecentAction* action,
  gboolean show_numbers
)

Description [src]

Sets whether a number should be added to the items shown by the widgets representing action. The numbers are shown to provide a unique character for a mnemonic to be used inside the menu item’s label. Only the first ten items get a number to avoid clashes.

Available since: 2.12

Deprecated since: 3.10

Please do not use it in newly written code.

Parameters

show_numbers

Type: gboolean

TRUE if the shown items should be numbered.