* Get the tool tip of the nested widget. * @return The tool tip string. */
| 1259 | * @return The tool tip string. |
| 1260 | */ |
| 1261 | StringID NWidgetCore::GetToolTip() const |
| 1262 | { |
| 1263 | return this->tool_tip; |
| 1264 | } |
| 1265 | |
| 1266 | /** |
| 1267 | * Set the text/image alignment of the nested widget. |
no outgoing calls
no test coverage detected