| 1567 | } |
| 1568 | |
| 1569 | void wxShape::SetSize(double x, double y, bool WXUNUSED(recursive)) |
| 1570 | { |
| 1571 | SetAttachmentSize(x, y); |
| 1572 | SetDefaultRegionSize(); |
| 1573 | } |
| 1574 | |
| 1575 | void wxShape::SetAttachmentSize(double w, double h) |
| 1576 | { |
no outgoing calls
no test coverage detected