Expand description
Macros used for appkit-rs. Mostly acting as ShinkWrap-esque forwarders.
Note that most of this is experimental!
Derive Macrosยง
- Window
Wrapper - Derivces an
appkit::prelude::WinWrapperblock, which implements forwarding methods for things like setting the window title, or showing and closing it. It currently expects that the wrapped struct haswindowas the field holding theWindowfromappkit-rs.