ShortcutsGroup
Object Hierarchy:
Gtk.ShortcutsGroup
Gtk.ShortcutsGroup
Gtk.ShortcutsGroup
Gtk.Box
Gtk.Box
Gtk.Box->Gtk.ShortcutsGroup
Gtk.Widget
Gtk.Widget
Gtk.Widget->Gtk.Box
GLib.InitiallyUnowned
GLib.InitiallyUnowned
GLib.InitiallyUnowned->Gtk.Widget
GLib.Object
GLib.Object
GLib.Object->GLib.InitiallyUnowned
Gtk.Accessible
Gtk.Accessible
Gtk.Accessible->Gtk.ShortcutsGroup
Gtk.Accessible->Gtk.Box
Gtk.Accessible->Gtk.Widget
Gtk.Buildable
Gtk.Buildable
Gtk.Buildable->Gtk.ShortcutsGroup
Gtk.Buildable->Gtk.Box
Gtk.Buildable->Gtk.Widget
Gtk.ConstraintTarget
Gtk.ConstraintTarget
Gtk.ConstraintTarget->Gtk.ShortcutsGroup
Gtk.ConstraintTarget->Gtk.Box
Gtk.ConstraintTarget->Gtk.Widget
Gtk.Orientable
Gtk.Orientable
Gtk.Orientable->Gtk.ShortcutsGroup
Gtk.Orientable->Gtk.Box
Description:
[
CCode ( type_id =
"gtk_shortcuts_group_get_type ()" ) ]
public class ShortcutsGroup :
Box ,
Accessible ,
Buildable ,
ConstraintTarget ,
Orientable
A `GtkShortcutsGroup` represents a group of related keyboard shortcuts or gestures.
The group has a title. It may optionally be associated with a view of the application, which can be used to show only relevant shortcuts
depending on the application context.
This widget is only meant to be used with [[email protected] ].
Content:
Properties:
public SizeGroup accel_size_group { set ; }
The size group for the accelerator portion of shortcuts in this group.
public uint height { get ; }
A rough measure for the number of lines in this group.
public string title { owned get ; set ; }
The title for this group of shortcuts.
public SizeGroup title_size_group { set ; }
The size group for the textual portion of shortcuts in this group.
public string view { owned get ; set ; }
An optional view that the shortcuts in this group are relevant for.
Creation methods:
Inherited Members:
All known members inherited from class Gtk.Box
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
All known members inherited from interface Gtk.Orientable