TomSchimansky / CustomTkinter

A modern and customizable python UI-library based on Tkinter
MIT License
11.33k stars 1.07k forks source link

Add an orientation option to CTkSegmentedButton #2333

Open PhilipNelson5 opened 6 months ago

PhilipNelson5 commented 6 months ago

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

dipeshSam commented 6 months ago

@PhilipNelson5 Way better. Keep it up. 💯

PhilipNelson5 commented 6 months ago

@TomSchimansky is the official documentation source available for MRs? I'd be happy to update the docs for this feature if it is accepted.

PhilipNelson5 commented 6 months ago

I just noticed that progressbar and scrollbar uses the convention orientation="horizontal" or "vertical", I'll update this to be consistent.

Anonymous6598 commented 6 months ago

That's good feature

PhilipNelson5 commented 6 months ago

@TomSchimansky how does this look?

MackNcD commented 6 months ago

@PhilipNelson5 Thank you, right in the nick of time, for me! Starred your projects for recognition @TomSchimansky Please absorb to the master after reviewing!

PhilipNelson5 commented 5 months ago

@TomSchimansky any word on getting this accepted?