Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/Control/
DDialog.h24 bool ShowItem(unsigned itemID, int cmdShow) const in ShowItem() function
28 { return ShowItem(itemID, show ? SW_SHOW: SW_HIDE); } in ShowItem_Bool()
30 bool HideItem(unsigned itemID) const { return ShowItem(itemID, SW_HIDE); } in HideItem()