ultimatepp/uppsrc/CtrlCore/CocoTop.h
cxl 507da5a976 CtrlCore: Developing Cocoa support
git-svn-id: svn://ultimatepp.org/upp/trunk@12096 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-07-24 14:57:38 +00:00

8 lines
No EOL
156 B
C

//$ class TopWindow {
protected:
Ptr<Ctrl> owner;
dword GetMMStyle() const;
virtual void MMClose() { DLOG("Top::MMClose"); WhenClose(); }
//$ };