Grouping Toplevels

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Itsaku
    New Member
    • Mar 2008
    • 2

    Grouping Toplevels

    Hello everyone.

    I just started using python and the Tkinter and I was wondering how I go about using the group function for Toplevels. I want all the windows within a main window to minimize with it. Im really not sure what argument to put into the function or do I need to make both the toplevels have the function?

    ex.
    root.group(???? )

    ex.
    root.group(???? )
    newWindow.group (????)
Working...