ultimatepp/uppsrc/CtrlCore/CocoCtrl.h
cxl c69801def3 CtrlCore: Developing Cocoa support
git-svn-id: svn://ultimatepp.org/upp/trunk@12106 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-07-27 17:37:42 +00:00

18 lines
426 B
C

//$ class Ctrl {
private:
friend struct MMCtrl;
friend struct MMImp;
static int WndCaretTime;
static bool WndCaretVisible;
static void AnimateCaret();
protected:
virtual void MMClose() {}
void Create(Ctrl *owner, dword style, bool active);
public:
static void EndSession() {}
static bool IsEndSession() { return false; }
//$ };