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

Method add

src/elements/window.rs:346–355  ·  view source on GitHub ↗
(&self, child: &dyn Element)

Source from the content-addressed store, hash-verified

344 }
345
346 fn add(&self, child: &dyn Element) {
347 // self.base.add(child);
348
349 //readd so it"s always above
350 if let Some(ref resize_handle) = self.resize_handle {
351 if self.ready && child.id() != resize_handle.id() {
352 self.add(resize_handle);
353 }
354 }
355 }
356
357 fn mousemove(&self, e: &mut MouseEvent) {
358 let ex = e.x as f32;

Callers 15

bring_to_frontMethod · 0.45
bring_to_frontMethod · 0.45
bring_to_frontMethod · 0.45
bring_to_frontMethod · 0.45
bring_to_frontMethod · 0.45
bring_to_frontMethod · 0.45
bring_to_frontMethod · 0.45
bring_to_frontMethod · 0.45
bring_to_frontMethod · 0.45
bring_to_frontMethod · 0.45
bring_to_frontMethod · 0.45
bring_to_frontMethod · 0.45

Calls 1

idMethod · 0.45

Tested by

no test coverage detected