Crate appkit_derive

Source
Expand description

Macros used for appkit-rs. Mostly acting as ShinkWrap-esque forwarders. Note that most of this is experimental!

Derive Macrosยง

WindowWrapper
Derivces an appkit::prelude::WinWrapper block, which implements forwarding methods for things like setting the window title, or showing and closing it. It currently expects that the wrapped struct has window as the field holding the Window from appkit-rs.