sevaht_gui.widgets¶
Reusable tkinter widgets.
- class sevaht_gui.widgets.LabelGrooveFrame(parent: Widget, *, text: str = '')[source]¶
Bases:
LabelFrameA
tk.LabelFramewith a groove border and theme-matched background.Exposes an
interiorframe whose bottom padding compensates for the label inset, so content appears vertically centered within the border.