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