I certainly feel I should have figured this out from the wx documentation but I failed: What I want to do is to execute statements to do what the user can do by clicking the minimize box to reduce the Frame to an icon, or clicking the minimized icon to restore the Frame to being visible. I'd also like to be able under program control to make the Frame be full-screen or to return from full-screen to the smaller size, again what the user can do by clicking the size box.
--
You received this message because you are subscribed to the Google Groups "wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxpython-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Many thanks!I don't know what frame.Raise() does; it doesn't give an error but I don't see anything happen. I find that frame.Restore() returns from frame.Maximize() or from frame.Iconize().
says nothing about these functions. Where would I look for the reference material on these functions?I'm greatly puzzled that the documentation for frame at
http://docs.wxwidgets.org/2.8/wx_wxframe.html#wxframe
--
You received this message because you are subscribed to the Google Groups "wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxpython-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.