ShortcutsSectionRef

public struct ShortcutsSectionRef : ShortcutsSectionProtocol, GWeakCapturing

A GtkShortcutsSection collects all the keyboard shortcuts and gestures for a major application mode.

If your application needs multiple sections, you should give each section a unique [propertyGtk.ShortcutsSection:section-name] and a [propertyGtk.ShortcutsSection:title] that can be shown in the section selector of the [classGtk.ShortcutsWindow].

The [propertyGtk.ShortcutsSection:max-height] property can be used to influence how the groups in the section are distributed over pages and columns.

This widget is only meant to be used with [classGtk.ShortcutsWindow].

The ShortcutsSectionRef type acts as a lightweight Swift reference to an underlying GtkShortcutsSection instance. It exposes methods that can operate on this data type through ShortcutsSectionProtocol conformance. Use ShortcutsSectionRef only as an unowned reference to an existing GtkShortcutsSection instance.

  • ptr
    Untyped pointer to the underlying `GtkShortcutsSection` instance.
    

    For type-safe access, use the generated, typed pointer shortcuts_section_ptr property instead.

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

ShortcutsSection Class