Searched refs:ShowItem (Results 1 – 1 of 1) sorted by relevance
23 bool ShowItem(int itemID, int cmdShow) const in ShowItem() function27 { return ShowItem(itemID, show ? SW_SHOW: SW_HIDE); } in ShowItem_Bool()29 bool HideItem(int itemID) const { return ShowItem(itemID, SW_HIDE); } in HideItem()