Package: gtk
GEnum gtk:window-position
Declaration(gobject:define-genum "GtkWindowPosition" window-position (:export t :type-initializer "gtk_window_position_get_type") (:none 0) (:center 1) (:mouse 2) (:center-always 3) (:center-on-parent 4)) Values
Details
Window placement can be influenced using this enumeration. Note that using the :center-always value is almost
always a bad idea. It will not necessarily work well with all window managers
or on all windowing systems. | See also |
2024-03-16