navigate.view.custom_widgets.common

Functions

configure_grid(widget, *[, columns, rows])

Configure grid weights and minsizes with a compact declarative syntax.

themed_grid(widget, *[, sticky, padx, pady])

Grid a widget using theme token names for spacing.

uniform_grid(cls)

This function is used to equally distribute the columns and rows of a tkinter frame.

Classes

CommonMethods()

This class is a collection of common methods for handling variables, widgets, and buttons.