* Changes the vertical offset of the surface in the Y axis. * @param dy Y position in pixels. */
| 275 | * @param dy Y position in pixels. |
| 276 | */ |
| 277 | void Window::setDY(int dy) |
| 278 | { |
| 279 | _dy = dy; |
| 280 | } |
| 281 | |
| 282 | /** |
| 283 | * Changes the window to have a thin border. |
no outgoing calls
no test coverage detected