Skip to main content

wrap_with_chrome

Function wrap_with_chrome 

Source
pub fn wrap_with_chrome<V: Render + 'static>(
    content: Entity<V>,
    cx: &mut App,
) -> Entity<WindowChrome<V>>
Expand description

Construct a chrome wrapper entity for content. Used by FluentApp::run.