ultimatepp/uppsrc/CtrlCore/CocoCtrl.h
cxl c784c30d5c 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

20 lines
460 B
C

//$ class Ctrl {
private:
void SetImageCursor(const Image& img);
friend struct MMCtrl;
friend struct MMImp;
static int WndCaretTime;
static bool WndCaretVisible;
static void AnimateCaret();
protected:
virtual void MMClose() { DLOG("MMClose"); }
void Create(dword style);
public:
static void EndSession() {}
static bool IsEndSession() { return false; }
//$ };