[−][src]Trait kas_theme::Window
Per-window storage for the theme
Constructed via Theme::new_window.
The main reason for this separation is to allow proper handling of multi-window applications across screens with differing DPIs.
Associated Types
type SizeHandle: SizeHandle
The associated SizeHandle implementation.
Required methods
unsafe fn size_handle(&mut self, draw: &mut Draw) -> Self::SizeHandle
Construct a SizeHandle object
The draw reference is guaranteed to be identical to the one used to
construct this object.