-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Native Widget Handling #446
Copy link
Copy link
Closed
Labels
C - needs discussionDirection must be ironed outDirection must be ironed outD - hardLikely harder than most tasks hereLikely harder than most tasks hereH - help wantedSomeone please save usSomeone please save usP - lowNice to haveNice to haveS - apiDesign and usabilityDesign and usabilityS - enhancementWouldn't this be the coolest?Wouldn't this be the coolest?
Description
There are several OS-specific widgets that are extremely useful when creating desktop applications, which could be provided in some platform-agnostic way. This issue isn't demanding that they be implemented by winit directly, but there should be some official way to create them, either in winit itself or some associated downstream crate. How should we handle this?
Widgets that could be provided:
- File save/open dialogs
- Confirmation dialogs (e.g. Do you want to save before closing dialogs)
- Menu bars
- Right-click menus
- Taskbar/Dock menus (the right-click menu when you click on a window's taskbar icon)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C - needs discussionDirection must be ironed outDirection must be ironed outD - hardLikely harder than most tasks hereLikely harder than most tasks hereH - help wantedSomeone please save usSomeone please save usP - lowNice to haveNice to haveS - apiDesign and usabilityDesign and usabilityS - enhancementWouldn't this be the coolest?Wouldn't this be the coolest?