Python - Tkinter PanedWindow

Tkinter panedWindow

The PanedWindow widget is a geometry manager widget, which can contain one or more child widgets (“panes”).

The PanedWindow widget acts like a Container widget which contains one or more child widgets (panes) arranged horizontally or vertically.

The user can adjust the relative heights (or widths) of each pane by dragging a sash located between them.

Syntax:

                   
 w= PanedWindow(master, options)


Example 1:



Output: