Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Functions | |
int ATTR_DLL_LOCAL | Show (const std::string &heading, const std::vector< std::string > &entries, int selected=-1, unsigned int autoclose=0) |
Show a selection dialog about given parts. | |
int ATTR_DLL_LOCAL | Show (const std::string &heading, std::vector< kodi::gui::dialogs::SSelectionEntry > &entries, int selected=-1, unsigned int autoclose=0) |
Show a selection dialog about given parts. | |
bool ATTR_DLL_LOCAL | ShowMultiSelect (const std::string &heading, std::vector< kodi::gui::dialogs::SSelectionEntry > &entries, int autoclose=0) |
Show a multiple selection dialog about given parts. | |