Gjsify LogoGjsify Logo

Window placement can be influenced using this enumeration. Note that using #GTK_WIN_POS_CENTER_ALWAYS is almost always a bad idea. It won’t necessarily work well with all window managers or on all windowing systems.

Index

Enumeration Members

CENTER: number

Windows should be placed in the center of the screen.

CENTER_ALWAYS: number

Keep window centered as it changes size, etc.

CENTER_ON_PARENT: number

Center the window on its transient parent (see gtk_window_set_transient_for()).

MOUSE: number

Windows should be placed at the current mouse position.

NONE: number

No influence is made on placement.

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