(&self)
| 307 | } |
| 308 | |
| 309 | pub fn has_bounds(&self) -> bool { |
| 310 | self.raw_bounds().is_some() |
| 311 | } |
| 312 | |
| 313 | /// Returns the node's transformed bounding box relative to the tree's |
| 314 | /// container (e.g. window). |
nothing calls this directly
no test coverage detected