The minimum width
(&self)
| 1285 | |
| 1286 | /// The minimum width |
| 1287 | fn w_min(&self) -> f32 { |
| 1288 | let comp = self.as_ref().borrow(); |
| 1289 | |
| 1290 | comp.w_min |
| 1291 | } |
| 1292 | |
| 1293 | /// The minimum width |
| 1294 | fn set_w_min(&self, w_min: f32) { |
no test coverage detected