Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/Control/
DDialog.h97 bool CheckButton(unsigned buttonID, UINT checkState) in CheckButton() function
99 bool CheckButton(unsigned buttonID, bool checkState) in CheckButton() function
100 { return CheckButton(buttonID, UINT(checkState ? BST_CHECKED : BST_UNCHECKED)); } in CheckButton()
/third_party/lzma/CPP/7zip/UI/GUI/
DExtractDialog.cpp124 CheckButton(id, GetBoolsVal(b1, b2)); in CheckButton_TwoBools()
185 CheckButton(IDX_PASSWORD_SHOW, _info.ShowPassword.Val); in OnInit()
198 CheckButton(IDX_EXTRACT_NAME_ENABLE, true); in OnInit()
/third_party/lzma/CPP/7zip/UI/FileManager/
DPasswordDialog.cpp38 CheckButton(IDX_PASSWORD_SHOW, ShowPassword); in OnInit()