Skip to content
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 WidgetType::RadioGroup #5081

Merged
merged 1 commit into from
Sep 9, 2024
Merged

Add WidgetType::RadioGroup #5081

merged 1 commit into from
Sep 9, 2024

Conversation

bash
Copy link
Contributor

@bash bash commented Sep 6, 2024

Extracted out of #4805

I'm using this widget type in egui-theme-switch but since it's not built in I have to call accesskit_node_builder which is a bit cumbersome :)

  • I have followed the instructions in the PR template

@emilk emilk changed the title Add radio group widget type Add WidgetType::RadioGroup Sep 9, 2024
@emilk emilk added the egui label Sep 9, 2024
@emilk emilk merged commit c6375ef into emilk:master Sep 9, 2024
20 of 21 checks passed
@bash bash deleted the radio-group branch September 9, 2024 10:18
hacknus pushed a commit to hacknus/egui that referenced this pull request Oct 30, 2024
Extracted out of emilk#4805

I'm using this widget type in [`egui-theme-switch`] but since it's not
built in I have to call `accesskit_node_builder` which is a bit
cumbersome :)

* [x] I have followed the instructions in the PR template

[`egui-theme-switch`]:
https://github.com/bash/egui-theme-switch/blob/main/src/lib.rs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants