* Set the text style of the nested widget. * @param colour TextColour to use. * @param size Font size to use. */
| 1240 | * @param size Font size to use. |
| 1241 | */ |
| 1242 | void NWidgetCore::SetTextStyle(TextColour colour, FontSize size) |
| 1243 | { |
| 1244 | this->text_colour = colour; |
| 1245 | this->text_size = size; |
| 1246 | } |
| 1247 | |
| 1248 | /** |
| 1249 | * Set the tool tip of the nested widget. |
no outgoing calls
no test coverage detected