ide: Customizatble GUI font, several more skins

git-svn-id: svn://ultimatepp.org/upp/trunk@14142 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-03-09 14:03:29 +00:00
parent aaf8f0bd83
commit 3cd69d7d3a
9 changed files with 180 additions and 113 deletions

View file

@ -1,7 +1,15 @@
void ChBaseSkin();
void ChStdSkin();
void ChClassicSkin();
void ChHostSkin();
void ChClassicSkin();
void ChStdSkin();
void ChDarkSkin();
void ChGraySkin();
void ChFlatSkin();
void ChFlatDarkSkin();
void ChFlatGraySkin();
Vector<Tuple<void (*)(), String>> GetAllChSkins();
enum {
CORNER_TOP_LEFT = 0x01,