Type Alias duat::OnWindowOpen

source ·
pub type OnWindowOpen = OnWindowOpen<Ui>;
Expand description

Triggers hooks whenever a new window is opened

§Arguments

  • The window builder, which can be used to push widgets to the edges of the window, surrounding the inner file region.

Aliased Type§

struct OnWindowOpen(/* private fields */);