Hi all, I'm curious if there's a way in pyglet to programmatically reverse the action of "window.minimize()", which collapses a window to the taskbar (Windows) or dock (OS X).
Naïvely, one might think "window.maximize()" would do the trick, but that actually is equivalent to clicking on the "maximize" widget in the window's title bar, zooming the window to take up as much space as possible. This has the side-effect of un-minimizing the window, but it also alters its size. Any thoughts? Zach --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
