kodi
|
Public Attributes | |
CVariant | heading |
Heading to be displayed in the dialog box. | |
CVariant | text |
Body text to be displayed, this is mutually exclusive with lines below. | |
std::array< CVariant, 3 > | lines |
Body text to be displayed, specified as three lines. This is mutually exclusive with the text above. | |
bool | show = true |
bool to see if the dialog needs to be shown | |