Tkinter PanedWindowThe PanedWindow widget acts like a Container widget which contains one or more child widgets (panes) arranged horizontally or vertically. The child panes can be resized by the user, by moving the separator lines known as sashes by using the mouse. Each pane contains only one widget. The PanedWindow is used to implement the different layouts in the python applications. The syntax to use the PanedWindow is given below. SyntaxA list of possible options is given below.
MethodsThere are the following methods that are associated with the PanedWindow.
ExampleOutput: |
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/263721.html