Module: Gtk::WindowPosition

Defined in:
(unknown)

Constant Summary collapse

NONE =

No influence is made on placement.

0 or :none
CENTER =

Windows should be placed in the center of the screen.

1 or :center
MOUSE =

Windows should be placed at the current mouse position.

2 or :mouse
CENTER_ALWAYS =

Keep window centered as it changes size, etc.

3 or :center_always
CENTER_ON_PARENT =

Center the window on its transient

parent (see gtk_window_set_transient_for()).
4 or :center_on_parent