Warning: file_put_contents(): Only -1 of 52 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
GTK Enums Prev   GtkWindowPosition Next Window placement can be influenced using this enumeration. Value Symbolic name Description   0 Gtk::WIN_POS_NONE No influence is made on placement.   1 G...
Forum und email

GtkWindowPosition

Window placement can be influenced using this enumeration.

Value

Symbolic name

Description

  0Gtk::WIN_POS_NONE No influence is made on placement.
  1Gtk::WIN_POS_CENTER Windows should be placed in the center of the screen.
  2Gtk::WIN_POS_MOUSE Windows should be placed at the current mouse position.
  3Gtk::WIN_POS_CENTER_ALWAYS Keep window centered as it changes size, etc.
  4Gtk::WIN_POS_CENTER_ON_PARENT Center the window on its transient parent (see set_transient_for() ).