GtkRecentAction
GtkRecentAction — An action of which represents a list of recently used files
|
|
Includes
#include <gtk/gtk.h>
Functions
gtk_recent_action_get_show_numbers ()
gboolean
gtk_recent_action_get_show_numbers (GtkRecentAction *action);
gtk_recent_action_get_show_numbers has been deprecated since version 3.10 and should not be used in newly-written code.
Returns the value set by gtk_recent_chooser_menu_set_show_numbers().
Returns
TRUE if numbers should be shown.
Since: 2.12
gtk_recent_action_set_show_numbers ()
void
gtk_recent_action_set_show_numbers (GtkRecentAction *action,
gboolean show_numbers);
gtk_recent_action_set_show_numbers has been deprecated since version 3.10 and should not be used in newly-written code.
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.
Since: 2.12
Types and Values
struct GtkRecentAction
struct GtkRecentAction;
Property Details
The “show-numbers” property
“show-numbers” gboolean
Whether the items should be displayed with a number.
GtkRecentAction:show-numbers has been deprecated since version 3.10 and should not be used in newly-written code.
Owner: GtkRecentAction
Flags: Read / Write
Default value: FALSE