Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/Control/
H A DDialog.h24 bool ShowItem(unsigned itemID, int cmdShow) const in ShowItem() function in NWindows::NControl::CDialog
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()

Completed in 1 milliseconds