Package: gtk

Class gtk-shortcuts-group

Superclasses

gtk-box, gtk-container, gtk-widget, gtk-buildable, gtk-orientable, g-object, common-lisp:standard-object, common-lisp:t

Documented Subclasses

None

Direct Slots

accel-size-group
The accel-size-group property of type gtk-size-group (Write)
The size group for the accelerator portion of shortcuts in this group. This is used internally by GTK, and must not be modified by applications.
height
The height property of type :uint (Read)
A rough measure for the number of lines in this group. This is used internally by GTK, and is not useful for applications.
Default value: 1
title
The title property of type :string (Read / Write)
The title for this group of shortcuts.
Default value: ""
title-size-group
The title-size-group property of type gtk-size-group (Write)
The size group for the textual portion of shortcuts in this group. This is used internally by GTK, and must not be modified by applications.
view
The view property of type :string (Read / Write)
An optional view that the shortcuts in this group are relevant for. The group will be hidden if the view-name property does not match the view of this group. Set this to nil to make the group always visible.
Default value: nil

Details

The gtk-shortcuts-group widget 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 the gtk-shortcuts-window widget.
 

Slot Access Functions

Inherited Slot Access Functions

See also

2020-5-4