Contains information about a tool associated with a button in a toolbar.
typedef enum
{
ID_TOOL_PAINT_BRUSH = 30001,
ID_TOOL_PAINT_SHAPE_LINE = 30002,
ID_TOOL_PAINT_SHAPE_RECT = 30003,
ID_TOOL_PAINT_SHAPE_ROUNDRECT = 30004,
ID_TOOL_PAINT_SHAPE_ELLIPSE = 30005,
ID_TOOL_PAINT_SHAPE_POLYGON = 30006,
ID_TOOL_PAINT_SHAPE_BEZIER = 30007,
ID_TOOL_PAINT_REGION_RECT = 30008,
ID_TOOL_PAINT_REGION_ROUNDRECT = 30009,
ID_TOOL_PAINT_REGION_ELLIPSE = 30010,
ID_TOOL_PAINT_REGION_POLYGON = 30011,
ID_TOOL_PAINT_REGION_SURFACE = 30012,
ID_TOOL_PAINT_REGION_BORDER = 30013,
ID_TOOL_PAINT_REGION_COLOR = 30014,
ID_TOOL_PAINT_FILL_SURFACE = 30015,
ID_TOOL_PAINT_FILL_BORDER = 30016,
ID_TOOL_PAINT_FILL_COLORREPLACE = 30017,
ID_TOOL_PAINT_TEXT = 30018,
ID_TOOL_PAINT_ZOOM = 30019,
ID_TOOL_PAINT_BORDERCOLORPICKER = 30020,
ID_TOOL_PAINT_MOVER = 30021,
ID_TOOL_PAINT_COUNT = 21,
ID_TOOL_VECTOR_NONE = 30101,
ID_TOOL_VECTOR_SELECT = 30102,
ID_TOOL_VECTOR_VERTEX = 30103,
ID_TOOL_VECTOR_LINE = 30104,
ID_TOOL_VECTOR_RECTANGLE = 30105,
ID_TOOL_VECTOR_POLYLINE = 30106,
ID_TOOL_VECTOR_POLYBEZIER = 30107,
ID_TOOL_VECTOR_POLYGON = 30108,
ID_TOOL_VECTOR_ELLIPSE = 30109,
ID_TOOL_VECTOR_CIRCLE = 30110,
ID_TOOL_VECTOR_ARC = 30111,
ID_TOOL_VECTOR_TEXT = 30112,
ID_TOOL_VECTOR_PIE = 30113,
ID_TOOL_VECTOR_CHORD = 30114,
ID_TOOL_VECTOR_RASTER = 30115,
ID_TOOL_VECTOR_ROTATE = 30116,
ID_TOOL_VECTOR_PAN = 30117,
ID_TOOL_VECTOR_COUNT = 17
} TOOLBARBUTTONID ;
Paintbrush tool.
Line shape tool.
Rectangle shape tool.
Rounded rectangle shape tool.
Ellipse shape tool.
Polygon shape tool.
Bezier shape tool.
Region rectangle tool.
Rounded rectangle region tool.
Ellipse region tool.
Polygon region tool.
Surface region tool.
Border region tool.
Color region tool.
Surface fill tool.
Border fill tool.
Color replace tool.
Text tool.
Zoom tool.
Border color picker tool.
Mover tool.
Number of toolbar buttons.
(Neutral) No tool selected.
Select object(s).
Vertex.
Line.
Rectangle.
Polyline.
Polybezier.
Polygon.
Ellipse.
Circle.
Arc.
Text.
Pie.
Chord.
Raster.
Rotate.
Pan.
Number of toolbar buttons.
The values in this enumeration represent the IDs of all buttons for the vector and paint toolbars.