ShortcutsShortcut
Object Hierarchy:
Description:
[
CCode ( type_id =
"gtk_shortcuts_shortcut_get_type ()" ) ]
public class ShortcutsShortcut :
Widget,
Accessible,
Buildable,
ConstraintTarget
A `GtkShortcutsShortcut` represents a single keyboard shortcut or gesture with a short text.
This widget is only meant to be used with `GtkShortcutsWindow`.
Content:
Properties:
- public SizeGroup accel_size_group { set; }
The size group for the accelerator portion of this shortcut.
- public string accelerator { owned get; set; }
The accelerator(s) represented by this object.
- public string action_name { owned get; set; }
A detailed action name.
- public TextDirection direction { get; set; }
The text direction for which this shortcut is active.
- public Icon icon { owned get; set; }
An icon to represent the shortcut or gesture.
- public bool icon_set { get; set; }
true if an icon has been set.
- public ShortcutType shortcut_type { get; set; }
The type of shortcut that is represented.
- public string subtitle { owned get; set; }
The subtitle for the shortcut or gesture.
- public bool subtitle_set { get; set; }
true if a subtitle has been set.
- public string title { owned get; set; }
The textual description for the shortcut or gesture represented by
this object.
- public SizeGroup title_size_group { set; }
The size group for the textual portion of this shortcut.
Creation methods:
Inherited Members:
All known members inherited from class Gtk.Widget
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref
All known members inherited from interface Gtk.Accessible
All known members inherited from interface Gtk.Buildable