Finish up atomics work
Open
egui
layout
- Dominant language
- Rust
- Stars
- 30.6k
- Forks
- 2.1k
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 72
Description
Let's just do these for the 0.32 reelase if they are simple to do. In particular: atomics doesn't support wrapping (yet), so if any of the below depends on wrapping, then we should punt on it until egui 0.33
- [x] `TextEdit::hint_text`
- [ ] `ComboBox` label
- [ ] `ui.small_button`
- [x] `SelectableLabel` (can actually be removed!)
- [x] * (`ui.toggle_value`, `ui.toggle_value`)
- [ ] `CollapsingHeader` (ui.collapsing)
- [ ] Deprecate `ui.menu_image_button` and `ui.menu_image_text_button`
- [ ] `show_tooltip_text`
- [x] `Window::title` - maybe doable?
- [ ] `Link` would be nice - but maybe underlining is hard? And wrapping 😬
Contributor guide
Assessment
This issue has not been assessed yet.