CustomTkinter
CustomTkinter copied to clipboard
Add an orientation option to CTkSegmentedButton
This feature adds the option vertical=False
to the CTkSegmentedButton
constructor. A "vertical" segmented button uses a vertical layout instead of the default horizontal layout.
Partially addresses #852
@PhilipNelson5 Way better. Keep it up. 💯
@TomSchimansky is the official documentation source available for MRs? I'd be happy to update the docs for this feature if it is accepted.
I just noticed that progressbar and scrollbar uses the convention orientation="horizontal"
or "vertical"
, I'll update this to be consistent.
That's good feature
@TomSchimansky how does this look?
@PhilipNelson5 Thank you, right in the nick of time, for me! Starred your projects for recognition @TomSchimansky Please absorb to the master after reviewing!
@TomSchimansky any word on getting this accepted?