Warning: file_put_contents(): Only -1 of 58 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
Prev   GtkWindow::maximize Next void maximize(); Tells the window manager to maximize window. If it's maximized, it takes all available space which is not occupied by extra windows like e.g. task b...
Forum und email

GtkWindow::maximize

void maximize();

Tells the window manager to maximize the window. If it's maximized, it takes all the available space which is not occupied by extra windows like e.g. the task bar.

It may be that there are some settings preventing this, so don't depend on that it is really fullscreen after calling this function. Normally it is, but don't write code that crashes if not.

See: unmaximize()