(&self)
| 1543 | //the depth of this control |
| 1544 | #[inline] |
| 1545 | fn depth(&self) -> f32 { |
| 1546 | let comp = self.as_ref().borrow(); |
| 1547 | |
| 1548 | comp.depth |
| 1549 | } |
| 1550 | |
| 1551 | //the depth of this control |
| 1552 | fn set_depth(&self, depth: f32) { |
no test coverage detected