* Changes the thickness of the border to draw. * @param thickness Thickness in pixels. */
| 93 | * @param thickness Thickness in pixels. |
| 94 | */ |
| 95 | void Frame::setThickness(int thickness) |
| 96 | { |
| 97 | _thickness = thickness; |
| 98 | _redraw = true; |
| 99 | } |
| 100 | |
| 101 | /** |
| 102 | * Draws the bordered frame with a graphic background. |
no outgoing calls
no test coverage detected