iced icon indicating copy to clipboard operation
iced copied to clipboard

Expose shell to canvas::Program to match shader::Program.

Open dtzxporter opened this issue 1 year ago • 1 comments

Allows a canvas program to schedule redraws as needed without managing it externally.

This matches the more powerful shader::Program update method now.

dtzxporter avatar Sep 26 '24 15:09 dtzxporter

For both of them, is there a reason Option<Message> is still needed into the return value if you have access to Shell? It's strictly more powerful because you can publish more than one message, and for other cases it seems unnecessary to have two ways to do the same thing. Widget already works like this, returning only Status

bbb651 avatar Sep 29 '24 02:09 bbb651

This has already been addressed by #2662.

hecrj avatar Jan 06 '25 20:01 hecrj