Warning: file_put_contents(): Only -1 of 63 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::set_decorated Next void set_decorated(bool decorated ); Turns window decorations on or off. Decorations are the borders around a including title bar at top of window. This method ...
Forum und email

GtkWindow::set_decorated

void set_decorated(bool decorated);

Turns window decorations on or off. Decorations are the borders around a window including the title bar at the top of the window. This method is the recommended way for creating a window with no borders. You should not create a popup window. To turn the decorations off, pass false as the decorated argument. To turn them back on again, pass true.

See also: get_decorated() , decorated