For some reason, the window allows itself to be resized vertically so it can be 200x200. Can other people verify that this happens? I'm on Windows, but non-Windows verification would make me happier.#!/usr/bin/perl use Gtk2 -init; $window = Gtk2::Window->new; $window->set_size_request(200, 100); $window->set_resizable(0); $window->add(Gtk2::Label->new("Square?")); $window->show_all; Gtk2->main;
In reply to Gtk2 'window' widget by japhy
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |