pub fn build_user_interfaces<'a, P: Program, C>(
program: &'a P,
debug: &mut Debug,
window_manager: &mut WindowManager<P, C>,
cached_user_interfaces: FxHashMap<Id, Cache>,
) -> FxHashMap<Id, UserInterface<'a, P::Message, P::Theme, P::Renderer>>
Available on crate feature
program
only.Expand description
Build the user interface for every window.