mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-14 14:15:20 -06:00
13 lines
306 B
C++
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
|