Making an About Box...

Fredrik Lundh fredrik at pythonware.com
Tue Jun 11 17:01:40 EDT 2002


"TuxedoKamen" wrote:

> Hello.  I'd like to make an About Box using Tkinter.  I'm using a grid
> inside a Toplevel widget, but I don't really like this solution.  I'd like
> a window that did not have the minimize and maximize buttons, like the
> tkMessageBox derived boxes showinfo, showwarning, etc.

create a toplevel widget, and use the "transient" method
to associate it with a parent window.  for more info, see:

    http://www.pythonware.com/library/tkinter/introduction/dialog-windows.htm

</F>





More information about the Python-list mailing list