* Widget part function for setting the alignment of text/images. * @param align Alignment of text/image within widget. * @ingroup NestedWidgetParts */
| 1209 | * @ingroup NestedWidgetParts |
| 1210 | */ |
| 1211 | constexpr NWidgetPart SetAlignment(StringAlignment align) |
| 1212 | { |
| 1213 | return NWidgetPart{WPT_ALIGNMENT, NWidgetPartAlignment{align}}; |
| 1214 | } |
| 1215 | |
| 1216 | /** |
| 1217 | * Widget part function for setting filling. |
no outgoing calls
no test coverage detected