navigate.view.custom_widgets.common.uniform_grid
- navigate.view.custom_widgets.common.uniform_grid(cls: Any) → None
This function is used to equally distribute the columns and rows of a tkinter frame.
- Parameters:
cls (tk.Frame or ttk.Frame) – The class that is to be distributed.