Re: Toplevel Minimizing not working.

[email protected] (Jeff Hobbs) Wed, 29 Jun 2011 10:25:21 -0700
Newsgroups perl.tcltk
Message-ID <[email protected]>
On 28/06/2011 8:25 AM, gary sachs wrote:
> AS Perl V5.12 Tcl V8.5.9 Windows XP SP3
>
> I have recently discovered that I doing something in my code or using
> code from a module that disables the ability to minimize toplevel
> widgets/windows (thanks to the suggestions out in PERL MONKS). But
> unfortunately I am unsure what to be looking for? What callback would
> I look for? Is there a binding I should be looking at? Can I modify
> the platform specific system menu? How do I reset the Minimize
> button? Are any of these possible? The maximize and Close buttons
> work fine.

I would look for any 'wm' commands, or '<Unmap>' bindings.

Jeff