mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
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:
parent
aaf8f0bd83
commit
3cd69d7d3a
9 changed files with 180 additions and 113 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue