Introduce egui::FullOutput, returned from Context::run - #1292
Conversation
|
I think I prefer the names I suggested: since this is a breaking change anyway, you might as well rename |
|
If we rename |
|
Ah, I see. I guess the use case there is e.g. for custom widgets to be able to open a URL or set the cursor? Seems like it's not something that most users would encounter often. egui itself only calls This makes me notice another issue though: custom widgets probably want to be able to set Ultimately, this is getting into egui internals that I'm not that familiar with, so I'm happy to just trust your judgement here :) |
No - users should call |
0faf731 to
efd7371
Compare
|
I renamed it |
|
Looks good to me 👍 Thanks for all the work on egui, it really is a fantastic library :) |
This adds a new struct:
The name is not great, nor the name of the nested
Output, but structurally it works rather well.Closes #1281