GTK detecting window resize from the user
Posted
by Shmoopty
on Stack Overflow
See other posts from Stack Overflow
or by Shmoopty
Published on 2009-06-29T19:27:13Z
Indexed on
2010/05/13
20:04 UTC
Read the original article
Hit count: 220
In GTK (or pygtk or gtkmm...)
How can I detect that an application window has been manually resized by the user, as is typically done by dragging the window's edge?
I need to find a way to differentiate manual resizes from resizes that originate from gtk, such as changes in window content.
© Stack Overflow or respective owner