| VSTGUI
    4.10
    Graphical User Interface Framework not only for VST plugins | 
The description of one row for the CListControl. More...
| Public Types | |
| enum | Flags { Selectable = 1 << 0, Hoverable = 1 << 1 } | 
| Public Member Functions | |
| CListControlRowDesc ()=default | |
| CListControlRowDesc (CCoord h, int32_t f) | |
| Public Attributes | |
| CCoord | height {0} | 
| The height of the row. | |
| int32_t | flags {Selectable} | 
| The flags of the row, see the Flags enum above. | |
The description of one row for the CListControl.
This is returned by an instance of IListControlConfigurator for every row.
| enum Flags | 
| 
 | default | 
| 
 | inline | 
| int32_t flags {Selectable} | 
The flags of the row, see the Flags enum above.
| CCoord height {0} | 
The height of the row.