TextRow¶
- component fbx.ui.control.TextRow¶
TextRow displays multiple text labels in columns with fixed widths.
- property bold¶
Whether to display bold labels.
- property pixelSize¶
Basic text size.
- property columns¶
Columns definitions. This is a list of widths. Widths can either be:
a positive integer, then width is used directly
a negative integer, then this is a ratio to share with other dynamic columns, on a pro-rata basis.
- property horizontalAlignment¶
- How to align text horizontally. See relevant
Text
properties and definitions.
- How to align text horizontally. See relevant
- property texts¶
A list of strings to display. There must be as many elements than in
columns
declaration.
- property color¶
Color to use for text labels.