ultimatepp/uppsrc/CtrlLib/ChCoco.h
cxl b937b16391 CtrlLib: Cocoa chameleon
git-svn-id: svn://ultimatepp.org/upp/trunk@12270 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-09-10 17:27:05 +00:00

13 lines
306 B
C++

#ifndef _CtrlLib_ChMac_h_
#define _CtrlLib_ChMac_h_
#include "CtrlLib.h"
#include "ChCocoMM.h"
namespace Upp {
Image Coco_ThemeImage(int cx, int cy, int margin, int type,
int value = 0, int state = CTRL_NORMAL, bool focus = false);
};
#endif