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/index.php?func=detailaid=922336group_id=12997atid=112997
and:
http://sourceforge.net/tracker/index.php?func=detailaid=915350group_id=12997atid=112997
The latest tcl/tk 8.4 release may solve the problem, and a patch is provided 
for the second bug report if you don't want to upgrade.
HTH
--
python -c 'print .join([chr(154 - ord(c)) for c in 
U(17zX(%,5.z^5(17l8(%,5.Z*(93-965$l7+-])'
--
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 graphical toolkit
itself. What windowmanager do you use? If I remember one could get access
to the wm using tk and maybe then manipulate some settings.

-- 
Regards,

Diez B. Roggisch
-- 
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


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 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. Is it a root-window or some other toplevel window?
-- 
Regards,

Diez B. Roggisch
-- 
http://mail.python.org/mailman/listinfo/python-list