| 403 | } |
| 404 | |
| 405 | void view_action_interface_t::_set_geometry(int x, int y, int w, int h) |
| 406 | { |
| 407 | _resize(w, h); |
| 408 | _move(x, y); |
| 409 | } |
| 410 | |
| 411 | void view_action_interface_t::_set_geometry_ppt(int x, int y, int w, int h) |
| 412 | { |
nothing calls this directly
no outgoing calls
no test coverage detected