pub fn img_block_window_load(
child: impl IntoUiNode,
enabled: impl IntoValue<BlockWindowLoad>,
) -> UiNodeExpand description
P Block window load until image is loaded.
If the image widget is in the initial window content a WindowLoadingHandle is used to delay the window
visually opening until the source loads, fails to load or a timeout elapses. By default true sets the timeout to 1 second.