* Changes the shape for the arrow button. * @param shape Shape of the arrow. */
| 73 | * @param shape Shape of the arrow. |
| 74 | */ |
| 75 | void ArrowButton::setShape(ArrowShape shape) |
| 76 | { |
| 77 | _shape = shape; |
| 78 | _redraw = true; |
| 79 | } |
| 80 | |
| 81 | /** |
| 82 | * Changes the list associated with the arrow button. |