Philip Nelson
Philip Nelson
Glad we came to the same conclusion. I opened #2333 with just the changes for CTKSegmentedButton
People will be better able to help you if you provide a [Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example)
It would be nice to add an example of this feature to [test_scrollable_frame.py](https://github.com/TomSchimansky/CustomTkinter/blob/master/test/manual_integration_tests/test_scrollable_frame.py)
If you provide a [Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example) then people will be able to help you.
@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.
@TomSchimansky how does this look?
@TomSchimansky any word on getting this accepted?
You should ask about that issue on the ctk_theme_builder project. It is not a part of CustomTkinter.
I'm trying to get this working, however the test discovery function `doctest_discover_tests` can't be found. I need to include something but I'm not sure what. I think this information would...