Enumeration (GI Enum)

Gtk-3.0GtkWindowPosition

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
CENTER: 1

Windows should be placed in the center of the screen.

CENTER_ALWAYS: 3

Keep window centered as it changes size, etc.

CENTER_ON_PARENT: 4

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

MOUSE: 2

Windows should be placed at the current mouse position.

NONE: 0

No influence is made on placement.

Variables

$gtype