ToplevelPropertyName

public enum ToplevelPropertyName : String, PropertyNameProtocol

Undocumented

  • The mouse pointer for the GdkSurface.

    Declaration

    Swift

    case cursor = "cursor"
  • Whether the window manager should add decorations.

    Declaration

    Swift

    case decorated = "decorated"
  • Whether the window manager should allow to close the surface.

    Declaration

    Swift

    case deletable = "deletable"
  • The GdkDisplay connection of the surface.

    Declaration

    Swift

    case display = "display"
  • The GdkFrameClock of the surface.

    Declaration

    Swift

    case frameClock = "frame-clock"
  • The fullscreen mode of the surface.

    Declaration

    Swift

    case fullscreenMode = "fullscreen-mode"
  • The height of the surface, in pixels.

    Declaration

    Swift

    case height = "height"
  • A list of textures to use as icon.

    Declaration

    Swift

    case iconList = "icon-list"
  • Whether the surface is mapped.

    Declaration

    Swift

    case mapped = "mapped"
  • Whether the surface is modal.

    Declaration

    Swift

    case modal = "modal"
  • The scale factor of the surface.

    Declaration

    Swift

    case scaleFactor = "scale-factor"
  • Whether the surface should inhibit keyboard shortcuts.

    Declaration

    Swift

    case shortcutsInhibited = "shortcuts-inhibited"
  • The startup ID of the surface.

    See [classGdk.AppLaunchContext] for more information about startup feedback.

    Declaration

    Swift

    case startupId = "startup-id"
  • The state of the toplevel.

    Declaration

    Swift

    case state = "state"
  • The title of the surface.

    Declaration

    Swift

    case title = "title"
  • The transient parent of the surface.

    Declaration

    Swift

    case transientFor = "transient-for"
  • The width of the surface in pixels.

    Declaration

    Swift

    case width = "width"