Basics

Guides

API Reference

Menu

Basics

Guides

API Reference

class: ShortcutLabelMeta

[213:14] static extends: object

Generated metadata helpers for ShortcutLabel class surfaces.

Methods

  • properties ()

    Returns property metadata for ShortcutLabel.

    • @r A list.

class: ShortcutLabel

[13:7] extends: object

GtkShortcutLabel displays a single keyboard shortcut or gesture. The main use case for GtkShortcutLabel is inside a [class@Gtk.ShortcutsWindow].

Members

  • handleObj
  • lib
  • retainedCallbacks
  • signalHandlerNames
  • signalSetterHandlers

Methods

  • ShortcutLabel (accelerator = null)

    Creates a new GtkShortcutLabel with @accelerator set.

    • @p accelerator is the initial accelerator.
  • toNativeHandle (Source)

    Normalizes a constructor argument into a raw pointer carrier. Accepts a raw NativeHandle, a raw NativeBuffer returned from fn.call(...), another generated wrapper exposing handle(), or null. Returns null when the argument carries no pointer.

    • @p Source is the raw handle, raw buffer, wrapper, or null.
    • @r A raw pointer carrier or null when no pointer is present.
  • getLib ()

    Returns the opened native library for this generated wrapper.

    • @r The opened native library.
  • handle ()

    Returns the wrapped NativeHandle.

    • @r The wrapped NativeHandle.
  • isNull ()

    Returns true when the wrapped handle is null.

    • @r A bool.
  • describe ()

    Returns a small string for debugging generated wrappers.

    • @r A string.
  • asWidget ()

    Wraps this handle as Widget.

    • @r A Widget object.
  • asAccessible ()

    Wraps this handle as Accessible.

    • @r A Accessible object.
  • asBuildable ()

    Wraps this handle as Buildable.

    • @r A Buildable object.
  • asConstraintTarget ()

    Wraps this handle as ConstraintTarget.

    • @r A ConstraintTarget object.
  • getProperty (string Name)

    Reads one generated property by name.

  • setProperty (string Name, Value)

    Writes one generated property by name.

  • setAccelerator (string Value)

    The accelerator that @self displays. See [property@Gtk.ShortcutsShortcut:accelerator] for the accepted syntax.

    • @p Value is the new property value.
    • @r None.
  • setDisabledtext (string Value)

    The text that is displayed when no accelerator is set.

    • @p Value is the new property value.
    • @r None.
  • get_accelerator ()

    Retrieves the current accelerator of @self.

  • get_disabled_text ()

    Retrieves the text that is displayed when no accelerator is set.

  • set_accelerator (string accelerator)

    Sets the accelerator to be displayed by @self.

    • @p accelerator is the new accelerator.
    • @r None.
  • set_disabled_text (string disabled_text)

    Sets the text to be displayed by @self when no accelerator is set.

    • @p disabled_text is the text to be displayed when no accelerator is set.
    • @r None.