Class: Gtk::RecentAction
- Inherits:
-
Object
- Object
- Gtk::RecentAction
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#new(name, label, tooltip, stock_id) ⇒ Gtk::Action
Creates a new Gtk::RecentAction object.
-
#new_for_manager(name, label, tooltip, stock_id, manager) ⇒ Gtk::Action
Creates a new Gtk::RecentAction object.
-
#show_numbers ⇒ TrueClass
Returns the value set by gtk_recent_chooser_menu_set_show_numbers().
-
#show_numbers=(show_numbers) ⇒ TrueClass
Whether the items should be displayed with a number.
-
#show_numbers? ⇒ TrueClass
Whether the items should be displayed with a number.
Instance Method Details
#new(name, label, tooltip, stock_id) ⇒ Gtk::Action
Creates a new Gtk::RecentAction object. To add the action to a Gtk::ActionGroup and set the accelerator for the action, call gtk_action_group_add_action_with_accel().
#new_for_manager(name, label, tooltip, stock_id, manager) ⇒ Gtk::Action
Creates a new Gtk::RecentAction object. To add the action to a Gtk::ActionGroup and set the accelerator for the action, call gtk_action_group_add_action_with_accel().
#show_numbers ⇒ TrueClass
Returns the value set by gtk_recent_chooser_menu_set_show_numbers().
#show_numbers=(show_numbers) ⇒ TrueClass
Whether the items should be displayed with a number.
#show_numbers? ⇒ TrueClass
Whether the items should be displayed with a number.