Tkinter Widget's Geometry Management


Tkinter GUI widget Geometry Management

 All widgets under Tkinter module have access to the specific geometry management methods, which have the purpose of organizing widgets throughout the parent widget area. Module Tkinter provides the following geometry manager classes:

The pack() Method − 

    This organizes widgets in blocks before placing them in the parent widget.


The grid() Method − 

    This organizes widgets in a table-like structure in the parent widget.

    It allows to place widgets by selecting row and column


The place() Method − 

    This organizes widgets by placing them in a specific position in the parent widget.

    It allows to place widget based on x-axis and y-axis






Comments

My photo
Techno Xpresss
Bangalore, Karnataka, India