iced icon indicating copy to clipboard operation
iced copied to clipboard

Window Widgets / Non-native Windows

Open kaimast opened this issue 6 years ago • 2 comments

Not sure if that is already on the roadmap, but it would be great if iced could provide window and message box widgets that are drawn in a existing native window.

This would be useful for fullscreen applications or apps that use custom styling like games.

kaimast avatar Apr 02 '20 18:04 kaimast

Dialogs are indeed on the roadmap afaik, but they would need layers to be implemented first.

manokara avatar Apr 02 '20 23:04 manokara

A window or message box is essentially a pane. I noticed iced now has a PaneGrid, but no standalone Pane or Card widget.

I know there is a Card widget in iced_aw, but iced_aw has a hard time keeping up with iced's master branch.

It seems like most of the code for a standalone Pane widget is already in pane_grid. Was there just no time to add that feature or is there a technical reason it does not exist?

kaimast avatar Sep 16 '22 01:09 kaimast