summaryrefslogtreecommitdiff
path: root/win/barcmdui.h
diff options
context:
space:
mode:
Diffstat (limited to 'win/barcmdui.h')
-rw-r--r--win/barcmdui.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/win/barcmdui.h b/win/barcmdui.h
new file mode 100644
index 0000000..aaca532
--- /dev/null
+++ b/win/barcmdui.h
@@ -0,0 +1,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);
+};
+