I have a window with two entry widgets and I would like to get the new window size (width x height) in the widgets every time the user resizes the window. Is that possible ?
I'm not sure but does the ResizeRequest event do what you want? Just to make sure the size changed you can keep track of the height and width with the %h and %w return parameters.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.