Gjsify LogoGjsify Logo

Describes the kind of window.

Index

Enumeration Members

CHILD: number

child window (used to implement e.g. #GtkEntry)

FOREIGN: number

foreign window (see gdk_window_foreign_new())

OFFSCREEN: number

offscreen window (see [Offscreen Windows][OFFSCREEN-WINDOWS]). Since 2.18

ROOT: number

root window; this window has no parent, covers the entire screen, and is created by the window system

SUBSURFACE: number

subsurface-based window; This window is visually tied to a toplevel, and is moved/stacked with it. Currently this window type is only implemented in Wayland. Since 3.14

TEMP: number

override redirect temporary window (used to implement #GtkMenu)

TOPLEVEL: number

toplevel window (used to implement #GtkWindow)

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method