ShortcutsShortcut
Object Hierarchy:
Description:
[
CCode ( type_id =
"dzl_shortcuts_shortcut_get_type ()" ) ]
public class ShortcutsShortcut :
Box,
Implementor,
Buildable,
Orientable
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.Box
All known members inherited from class Gtk.Container
All known members inherited from class Gtk.Widget
All known members inherited from class GLib.Object
All known members inherited from interface Atk.Implementor
All known members inherited from interface Gtk.Buildable
All known members inherited from interface Gtk.Orientable