sevaht_gui.widgets

Reusable tkinter widgets.

class sevaht_gui.widgets.LabelGrooveFrame(parent: Widget, *, text: str = '')[source]

Bases: LabelFrame

A tk.LabelFrame with a groove border and theme-matched background.

Exposes an interior frame whose bottom padding compensates for the label inset, so content appears vertically centered within the border.