Hi, I need to react on a resize event. But I also need width and height, before, and after the resize event. How can I find out these two values? Thanks.
on 2011-12-10 20:59
on 2011-12-11 14:07
hi Marc -
how about the #size method?
win = Gtk::Window.new()
p win.size
=> [200, 200]
- j
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.