ultimatepp/uppsrc/CtrlLib/ChCoco.h
cxl 90d85a6c5a CtrlLib: ChCoco
git-svn-id: svn://ultimatepp.org/upp/trunk@12279 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-09-15 09:35:07 +00:00

18 lines
465 B
C++

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