ShortcutAction


Object Hierarchy:

Gtk.ShortcutAction Gtk.ShortcutAction Gtk.ShortcutAction GLib.Object GLib.Object GLib.Object->Gtk.ShortcutAction

Description:

[ CCode ( type_id = "gtk_shortcut_action_get_type ()" ) ]
public abstract class ShortcutAction : Object

`GtkShortcutAction` encodes an action that can be triggered by a keyboard shortcut.

`GtkShortcutActions` contain functions that allow easy presentation to end users as well as being printed for debugging.

All `GtkShortcutActions` are immutable, you can only specify their properties during construction. If you want to change a action, you have to replace it with a new one. If you need to pass arguments to an action, these are specified by the higher-level `GtkShortcut` object.

To activate a `GtkShortcutAction` manually, [[email protected]] can be called.

GTK provides various actions:


Namespace: Gtk
Package: gtk4

Content:

Static methods:

Creation methods:

Methods:

Inherited Members:

All known members inherited from class GLib.Object



2022 vala-language.org