mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-25 14:22:54 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@12897 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
42f463ce0d
commit
03c76bd836
1 changed files with 3 additions and 6 deletions
|
|
@ -289,7 +289,6 @@ enum {
|
|||
|
||||
class Image;
|
||||
|
||||
//DEPRECATED: TODO
|
||||
Color SBlack();
|
||||
Color SGray();
|
||||
Color SLtGray();
|
||||
|
|
@ -308,28 +307,26 @@ Color SLtYellow();
|
|||
Color SLtBlue();
|
||||
Color SLtMagenta();
|
||||
Color SLtCyan();
|
||||
//END OF DEPRECATED
|
||||
|
||||
Color SColorPaper();
|
||||
Color SColorText();
|
||||
Color SColorFace();
|
||||
Color SColorHighlight();
|
||||
Color SColorHighlightText();//
|
||||
Color SColorHighlightText();
|
||||
Color SColorMenu();
|
||||
Color SColorMenuText();
|
||||
Color SColorInfo();
|
||||
Color SColorInfoText();//
|
||||
Color SColorInfoText();
|
||||
Color SColorMark();
|
||||
Color SColorMenuMark();
|
||||
Color SColorDisabled();
|
||||
Color SColorLight();
|
||||
Color SColorFace();
|
||||
Color SColorLabel();
|
||||
Color SColorShadow();
|
||||
|
||||
Color SColorLtFace();
|
||||
Color SColorDkShadow();
|
||||
|
||||
|
||||
void SBlack_Write(Color c);
|
||||
void SGray_Write(Color c);
|
||||
void SLtGray_Write(Color c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue