| Store | Cart

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

From: Diez B. Roggisch <deet...@web.de>
Sat, 26 Mar 2005 17:12:27 +0100
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

Recent Messages in this Thread
Harlin Seritt Mar 26, 2005 04:07 pm
Diez B. Roggisch Mar 26, 2005 04:12 pm
Harlin Seritt Mar 26, 2005 04:19 pm
Diez B. Roggisch Mar 26, 2005 04:52 pm
Eric Brunel Mar 29, 2005 08:56 am
Messages in this thread