Type Alias Window

Source
pub type Window = WindowIsOwned<true>;
Expand description

wxWindow is the base class for all windows and represents any visible object on screen.

Aliased Type§

pub struct Window(/* private fields */);