* Set the tool tip of the nested widget. * @param tool_tip Tool tip string to use. */
| 1250 | * @param tool_tip Tool tip string to use. |
| 1251 | */ |
| 1252 | void NWidgetCore::SetToolTip(StringID tool_tip) |
| 1253 | { |
| 1254 | this->tool_tip = tool_tip; |
| 1255 | } |
| 1256 | |
| 1257 | /** |
| 1258 | * Get the tool tip of the nested widget. |
no outgoing calls
no test coverage detected