Skip to main content

window

Function window 

Source
pub fn window<Q: HasWindows>(
    name: impl Into<Cow<'static, str>>,
    definition: impl Mod<Window>,
) -> impl Mod<Q>
Expand description

WINDOW "name" AS (definition), the definition built from window and frame mods.

A later window may be window::based_on an earlier one.