Basics

Guides

API Reference

Menu

Basics

Guides

API Reference

class: WindowHandleMeta

[172:14] static extends: object

Generated metadata helpers for WindowHandle class surfaces.

Methods

  • properties ()

    Returns property metadata for WindowHandle.

    • @r A list.

class: WindowHandle

[18:7] extends: object

Implements titlebar functionality for a window. When added into a window, it can be dragged to move the window, and it implements the right click, double click and middle click behaviors that are expected of a titlebar. # CSS nodes GtkWindowHandle has a single CSS node with the name windowhandle. # Accessibility Until GTK 4.10, GtkWindowHandle used the [enum@Gtk.AccessibleRole.group] role. Starting from GTK 4.12, GtkWindowHandle uses the [enum@Gtk.AccessibleRole.generic] role.

Members

  • handleObj
  • lib
  • retainedCallbacks
  • signalHandlerNames
  • signalSetterHandlers

Methods

  • WindowHandle ()

    Creates a new GtkWindowHandle.

  • 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.

  • setChild (object Value)

    The child widget.

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

    Gets the child widget of @self.

  • set_child (object child)

    Sets the child widget of @self.

    • @p child is the child widget.
    • @r None.