Home
last modified time | relevance | path

Searched refs:EnableButton2 (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/dialogs/
H A DGUIDialogSelect.h37 void EnableButton2(bool enable, int label);
38 void EnableButton2(bool enable, const std::string& label);
H A DGUIDialogSelect.cpp242 void CGUIDialogSelect::EnableButton2(bool enable, int label) in EnableButton2() function in CGUIDialogSelect
248 void CGUIDialogSelect::EnableButton2(bool enable, const std::string& label) in EnableButton2() function in CGUIDialogSelect
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/settings/windows/
H A DGUIControlSettings.cpp657 dialog->EnableButton2(bAllowNewOption, strAddButton); in OnClick()