* Changes the horizontal margin placed around the text. * @param margin Margin in pixels. */
| 630 | * @param margin Margin in pixels. |
| 631 | */ |
| 632 | void TextList::setMargin(int margin) |
| 633 | { |
| 634 | _margin = margin; |
| 635 | } |
| 636 | |
| 637 | /** |
| 638 | * Returns the margin of the text in the list. |
no outgoing calls
no test coverage detected