Home
last modified time | relevance | path

Searched defs:buttonID (Results 1 – 10 of 10) sorted by relevance

/external/lzma/CPP/Windows/Control/
DDialog.h77 bool CheckButton(int buttonID, UINT checkState) in CheckButton()
79 bool CheckButton(int buttonID, bool checkState) in CheckButton()
82 UINT IsButtonChecked(int buttonID) const in IsButtonChecked()
84 bool IsButtonCheckedBool(int buttonID) const in IsButtonCheckedBool()
DToolBar.h32 …bool EnableButton(UINT buttonID, bool enable) { return LRESULTToBool(SendMsg(TB_ENABLEBUTTON, butt… in EnableButton()
DDialog.cpp69 bool CDialog::OnButtonClicked(int buttonID, HWND /* buttonHWND */) in OnButtonClicked()
/external/lzma/CPP/7zip/UI/FileManager/
DPasswordDialog.cpp43 bool CPasswordDialog::OnButtonClicked(int buttonID, HWND buttonHWND) in OnButtonClicked()
DOverwriteDialog.cpp109 bool COverwriteDialog::OnButtonClicked(int buttonID, HWND buttonHWND) in OnButtonClicked()
DProgressDialog.cpp159 bool CProgressDialog::OnButtonClicked(int buttonID, HWND buttonHWND) in OnButtonClicked()
DBrowseDialog.cpp437 bool CBrowseDialog::OnButtonClicked(int buttonID, HWND buttonHWND) in OnButtonClicked()
DProgressDialog2.cpp1189 bool CProgressDialog::OnButtonClicked(int buttonID, HWND buttonHWND) in OnButtonClicked()
/external/lzma/CPP/7zip/UI/GUI/
DExtractDialog.cpp254 bool CExtractDialog::OnButtonClicked(int buttonID, HWND buttonHWND) in OnButtonClicked()
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c9975 long buttonID; in Qt_FlashMediaDoButtonActions() local