A group of buttons, similar to RadioGroup. The button labels and callbacks could be specified in a dict, like items={"Text": do_something}.
The leftmost button should have the Left.TButton style, the rightmost Right.TButton, and all the others Middle.TButton (similar stuff when the orientation is vertical), this way it's possible to do, that only the outer buttons have round corners. (I think my forest theme has this feature, but it might be only in one of my local branches).
A group of buttons, similar to
RadioGroup
. The button labels and callbacks could be specified in a dict, likeitems={"Text": do_something}
.The leftmost button should have the
Left.TButton
style, the rightmostRight.TButton
, and all the othersMiddle.TButton
(similar stuff when the orientation is vertical), this way it's possible to do, that only the outer buttons have round corners. (I think my forest theme has this feature, but it might be only in one of my local branches).