-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an orientation option to CTkSegmentedButton #2333
base: master
Are you sure you want to change the base?
Add an orientation option to CTkSegmentedButton #2333
Conversation
@PhilipNelson5 Way better. Keep it up. 💯 |
a175385
to
b578430
Compare
@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 |
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 any word on getting this accepted? |
This feature adds the option
vertical=False
to theCTkSegmentedButton
constructor. A "vertical" segmented button uses a vertical layout instead of the default horizontal layout.Partially addresses #852