The width of the control bounds
(&self)
| 1357 | |
| 1358 | /// The width of the control bounds |
| 1359 | fn w(&self) -> f32 { |
| 1360 | let comp = self.as_ref().borrow(); |
| 1361 | |
| 1362 | comp.w |
| 1363 | } |
| 1364 | |
| 1365 | /// The width of the control bounds |
| 1366 | fn set_w(&self, w: f32) { |
no test coverage detected