Document platform compatibility on viewport::WindowLevel and dependents#7432
Merged
emilk merged 3 commits intoemilk:mainfrom Aug 12, 2025
lkdm:lkdm/with-always-on-top-documentation
Merged
Document platform compatibility on viewport::WindowLevel and dependents#7432emilk merged 3 commits intoemilk:mainfrom lkdm:lkdm/with-always-on-top-documentation
viewport::WindowLevel and dependents#7432emilk merged 3 commits intoemilk:mainfrom
lkdm:lkdm/with-always-on-top-documentation
Conversation
…dependents Documents platform compatibility on the WindowLevel struct and some of the methods that are dependent on it. Provides a link to winit's `winit::window::WindowLevel` documentation secton that provides a list of which platforms are supported. Issue: #7419
Contributor
Author
|
I did it this way to reduce the amount of spots the documentation needs to be changed in the future, but please feel free to edit it. |
|
Preview available at https://egui-pr-preview.github.io/pr/7432-lkdmwith-always-on-top-documentation |
Contributor
|
Shouldn't there be trailing periods? |
emilk
approved these changes
Aug 12, 2025
Masterchef365
pushed a commit
to Masterchef365/egui
that referenced
this pull request
Apr 3, 2026
…ents (emilk#7432) Documents platform compatibility on the WindowLevel struct and some of the methods that are dependent on it. Provides a link to `winit::window::WindowLevel` documentation section that provides a list of which platforms are supported. * Closes [Issue 7419](emilk#7419) * [x] I have followed the instructions in the PR template --------- Co-authored-by: Emil Ernerfeldt <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents platform compatibility on the WindowLevel struct and some of the methods that are dependent on it. Provides a link to
winit::window::WindowLeveldocumentation section that provides a list of which platforms are supported.