I have a canvas and have to perform some action when it is resized. How can I get notified when resizing happened? How do I find out the amount of the change (without keeping the old size myself)? I tried overriding config (configure), but it is not called during resizing. Thanks for any advice! Titus