I haven't been able to find a widget like this in wxWidgets. Can it be added? wxNotebook is similar, especially on macOS, but I'm hoping there can be just the standalone segmented button widget.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Support for segmented buttons would be nice to have and it can be added, of course, but someone would have to actually do it -- any contributions would be welcome, of course.
We would have to provide a "generic" fallback for the other platforms, but it probably could just use several toggle buttons packed together.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
it probably could just use several toggle buttons packed together.
This is my poor-man's segmented control currently, hah.
It doesn't look very native, but it's alright (on MSW and GTK). Toggle Buttons on macOS are particularly ugly though, so macOS would have a fair benefit from this.
At some point in the future I'd like to get this native control. I'm aware of Cocoa and Objective-C, but not extremely familiar with it or the wxWidgets codebase as far as ports go. That is to say I'd have to do some reading, but it's interesting to me.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()