Re: How to ensure Maximize button shows in Linux/Unix (Tkinter)

2005-03-29 Thread Eric Brunel
On 26 Mar 2005 08:19:07 -0800, Harlin Seritt <[EMAIL PROTECTED]> wrote: Diez, Thanks for the quick reply. I am running this under KDE. I actually haven't tried doing so under any other wm for the moment. Any ideas how to get it to show in KDE? This is a tk bug; see: http://sourceforge.net/tracker/i

Re: How to ensure Maximize button shows in Linux/Unix (Tkinter)

2005-03-26 Thread Diez B. Roggisch
Harlin Seritt wrote: > Diez, > > Thanks for the quick reply. I am running this under KDE. I actually > haven't tried doing so under any other wm for the moment. Any ideas how > to get it to show in KDE? I also run kde, and it shows that maximze-button. I've no idea why that doesn't work for you.

How to ensure Maximize button shows in Linux/Unix (Tkinter)

2005-03-26 Thread Harlin Seritt
I have a tkinter program that shows the 'maximize' button while running on Windows but not in Linux. Is there a way to make it show in Linux? Thanks, Harlin Seritt -- http://mail.python.org/mailman/listinfo/python-list

Re: How to ensure Maximize button shows in Linux/Unix (Tkinter)

2005-03-26 Thread Harlin Seritt
Diez, Thanks for the quick reply. I am running this under KDE. I actually haven't tried doing so under any other wm for the moment. Any ideas how to get it to show in KDE? Thanks, Harlin Seritt -- http://mail.python.org/mailman/listinfo/python-list

Re: How to ensure Maximize button shows in Linux/Unix (Tkinter)

2005-03-26 Thread Diez B. Roggisch
Harlin Seritt wrote: > I have a tkinter program that shows the 'maximize' button while running > on Windows but not in Linux. Is there a way to make it show in Linux? On linux (or X-Windows in general) the windowdecorations (which maximize is a part of) are managed by the windowmanager, not the g