|
bool | KODI::MESSAGING::HELPERS::ShowOKDialogText (CVariant heading, CVariant text) |
| This is a helper method to send a threadmessage to open a Ok dialog box.
|
|
void | KODI::MESSAGING::HELPERS::UpdateOKDialogText (CVariant heading, CVariant text) |
| This is a helper method to send a threadmessage to update a Ok dialog text.
|
|
bool | KODI::MESSAGING::HELPERS::ShowOKDialogLines (CVariant heading, CVariant line0, CVariant line1=CVariant(), CVariant line2=CVariant()) |
| This is a helper method to send a threadmessage to open a OK dialog box.
|
|