* Changes the help description of this surface, * for example for showing in tooltips. * @param tooltip String ID. */
| 846 | * @param tooltip String ID. |
| 847 | */ |
| 848 | void Surface::setTooltip(const std::string &tooltip) |
| 849 | { |
| 850 | _tooltip = tooltip; |
| 851 | } |
| 852 | |
| 853 | /** |
| 854 | * Recreates the surface with a new size. |
no outgoing calls
no test coverage detected