Gjsify LogoGjsify Logo

These are hints for the window manager that indicate what type of function the window has. The window manager can use this when determining decoration and behaviour of the window. The hint must be set before mapping the window.

See the Extended Window Manager Hints specification for more details about window types.

Index

Enumeration Members

COMBO: number

A popup from a combo box.

DESKTOP: number

Used for creating the desktop background window.

DIALOG: number

Dialog window.

DND: number

A window that is used to implement a DND cursor.

DOCK: number

Used for creating dock or panel windows.

DROPDOWN_MENU: number

A menu that belongs to a menubar.

MENU: number

Window used to implement a menu; GTK+ uses this hint only for torn-off menus, see #GtkTearoffMenuItem.

NORMAL: number

Normal toplevel window.

NOTIFICATION: number

A notification - typically a “bubble” that belongs to a status icon.

POPUP_MENU: number

A menu that does not belong to a menubar, e.g. a context menu.

SPLASHSCREEN: number

Window used to display a splash screen during application startup.

TOOLBAR: number

Window used to implement toolbars.

TOOLTIP: number

A tooltip.

UTILITY: number

Utility windows which are not detached toolbars or dialogs.

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