summaryrefslogtreecommitdiff
path: root/win/barcmdui.h
blob: aaca532d09ccb58c226236a20d27bc5fafa7824c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
////////////////
// The following class was copied from BARTOOL.CPP in the MFC source.
// All I changed was SetCheck--PD.
//
class CFlatOrCoolBarCmdUI : public CCmdUI // class private to this file !
{
public: // re-implementations only
	virtual void Enable(BOOL bOn);
	virtual void SetCheck(int nCheck);
	virtual void SetText(LPCTSTR lpszText);
};