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