* Set the text/image alignment of the nested widget. * @param align Alignment to use. */
| 1268 | * @param align Alignment to use. |
| 1269 | */ |
| 1270 | void NWidgetCore::SetAlignment(StringAlignment align) |
| 1271 | { |
| 1272 | this->align = align; |
| 1273 | } |
| 1274 | |
| 1275 | /** |
| 1276 | * Get the string that has been set for this nested widget. |
no outgoing calls
no test coverage detected