Warning: file_put_contents(): Only -1 of 64 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::parse_geometry Next bool parse_geometry(string geometry ); Parses an X Window System string. This method works on all Gtk+ ports including Win32 but is primarily intended for envi...
Forum und email

GtkWindow::parse_geometry

bool parse_geometry(string geometry);

Parses an X Window System geometry string. This method works on all Gtk+ ports including Win32 but is primarily intended for an X environment.

If either a size or position can be extracted from geometry, then parse_geometry() calls set_default_size() and/or move() as needed and returns true. If neither a size nor a positon can be extracted from geometry parse_geometry() returns false.

See also: set_default_size() , move()