bugfix of last SVN revision
git-svn-id: svn://kolibrios.org@1176 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
31
programs/develop/libraries/libGUI/SRC/draw_controls.h
Normal file
31
programs/develop/libraries/libGUI/SRC/draw_controls.h
Normal file
@@ -0,0 +1,31 @@
|
||||
|
||||
#define FINITION_ON 0x1
|
||||
#define FINITION_OFF 0xfe
|
||||
|
||||
#define COLOR_FON 0x924900
|
||||
#define COLOR_DARK 0x5a5a5a
|
||||
#define COLOR_ABSOLUTE_DARK 0x0
|
||||
#define COLOR_MIDDLE_LIGHT 0xffff00
|
||||
#define COLOR_LIGHT 0xffffff
|
||||
|
||||
#define COLOR_INSERT 0x71ff30//0xffff10
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////
|
||||
// tool's names
|
||||
/////////////////////////////////////////////////////////////////////////////////////////
|
||||
#define TOOL_PIXEL 128
|
||||
#define TOOL_LINE 129
|
||||
#define TOOL_VERTICAL_LINE 130
|
||||
#define TOOL_HORIZONTAL_LINE 131
|
||||
#define TOOL_RECTANGLE 132
|
||||
#define TOOL_FILLED_RECTANGLE 133
|
||||
#define TOOL_GRADIENT_UP_FILLED_RECTANGLE 134
|
||||
#define TOOL_GRADIENT_DOWN_FILLED_RECTANGLE 135
|
||||
#define TOOL_GRADIENT_LEFT_FILLED_RECTANGLE 136
|
||||
#define TOOL_GRADIENT_RIGHT_FILLED_RECTANGLE 137
|
||||
#define TOOL_CIRCLE 138
|
||||
#define TOOL_FILLED_CIRCLE 139
|
||||
#define TOOL_ELLIPSE 140
|
||||
#define TOOL_FILLED_ELLIPSE 141
|
||||
#define TOOL_IMAGE 142
|
||||
|
Reference in New Issue
Block a user