An Introduction to Tkinter

Back   Next   

Chapter 43. The Toplevel Widget

Table of Contents
When to use the Toplevel Widget
Methods
Options

The Toplevel widget work pretty much like Frame, but it is displayed in a separate, top-level window. Such windows usually have title bars, borders, and other "window decorations".

When to use the Toplevel Widget

To be added.

Back   Next