Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/Control/
DDialog.h23 bool ShowItem(int itemID, int cmdShow) const in ShowItem() function
27 { return ShowItem(itemID, show ? SW_SHOW: SW_HIDE); } in ShowItem_Bool()
29 bool HideItem(int itemID) const { return ShowItem(itemID, SW_HIDE); } in HideItem()