The minimum height
(&self)
| 1303 | |
| 1304 | /// The minimum height |
| 1305 | fn h_min(&self) -> f32 { |
| 1306 | let comp = self.as_ref().borrow(); |
| 1307 | |
| 1308 | comp.h_min |
| 1309 | } |
| 1310 | |
| 1311 | /// The minimum height |
| 1312 | fn set_h_min(&self, h_min: f32) { |
no test coverage detected