ultimatepp/uppsrc/CtrlCore/CocoCtrl.h
cxl f10f1521b8 CtrlCore: Developing Cocoa
git-svn-id: svn://ultimatepp.org/upp/trunk@12088 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-07-21 17:14:40 +00:00

14 lines
346 B
C

//$ class Ctrl {
private:
void SetImageCursor(const Image& img);
friend struct MMCtrl;
friend struct MMImp;
public:
// TODO: Temp only, remove!
void Create(const Upp::Rect& r, const char *title, bool popup);
static void EndSession() {}
static bool IsEndSession() { return false; }
//$ };