Home
last modified time | relevance | path

Searched refs:cmdShow (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/CPP/Windows/Control/
H A DCommandBar.h41 bool Show(bool cmdShow) { return BOOLToBool(::CommandBar_Show(_window, BoolToBOOL(cmdShow))); } in Show() argument
H A DDialog.h24 bool ShowItem(unsigned itemID, int cmdShow) const in ShowItem()
25 { return BOOLToBool(::ShowWindow(GetItem(itemID), cmdShow)); } in ShowItem()
/third_party/lzma/CPP/Windows/
H A DWindow.h242 bool Show(int cmdShow) { return BOOLToBool(::ShowWindow(_window, cmdShow)); } in Show() argument

Completed in 2 milliseconds