* Set sprite of the nested widget. * @param sprite The new sprite. */
| 1200 | * @param sprite The new sprite. |
| 1201 | */ |
| 1202 | void NWidgetCore::SetSprite(SpriteID sprite) |
| 1203 | { |
| 1204 | this->widget_data.sprite = sprite; |
| 1205 | } |
| 1206 | |
| 1207 | /** |
| 1208 | * Set sprite and tool tip of the nested widget. |
no outgoing calls
no test coverage detected