MCPcopy Create free account
hub / github.com/angular-rust/ux-components / open

Method open

src/elements/window.rs:327–329  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

325 }
326
327 pub fn open(&self) {
328 self.set_visible(true);
329 }
330}
331
332impl AsRef<RefCell<WidgetComponent>> for WindowElement {

Callers

nothing calls this directly

Calls 1

set_visibleMethod · 0.45

Tested by

no test coverage detected