Warning: file_put_contents(): Only -1 of 61 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
前   GtkWindow::fullscreen 次 void fullscreen(); Asks the window manager to set fullscreen, taking all available space. Note that other windows on screen may still be above as long is not activat...
Forum und email

GtkWindow::fullscreen

void fullscreen();

Asks the window manager to set the window to fullscreen, taking all the available space. Note that other windows on the screen may still be above as long as the window is not activated. To be sure the window is really fullscreen, activate it.

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.