constwxStringTIPS_CLEAR=wxT("Clear the canvas and create a new drawing");
constwxStringTIPS_EDITSRC=wxT("Edit the source");
constwxStringTIPS_PREVIEW=wxT("Draw the shapes without enlarged points and control points");
constwxStringTIPS_TRANSFORM=wxT("Transform the drawing using matrix transformation");
constwxStringTIPS_LIBRARY=wxT("Shapes library");
constwxStringTIPS_HELP=wxT("Help! Help!");
constwxStringTIPS_PASTE=wxT("Depending on what's in the clipboard, import as drawing commands or background");
constwxStringTIPS_UNDO=wxT("Undo last action");
constwxStringTIPS_REDO=wxT("Redo last undo");
constwxStringTIPS_ARR=wxT("Drag mode");
constwxStringTIPS_M=wxT("Draw M mode (Close current shape and move the virtual pen to a new point)");
constwxStringTIPS_N=wxT("Draw N mode (Same as M but doesn't close the shape)");
constwxStringTIPS_L=wxT("Draw L mode (Straight line)");
constwxStringTIPS_B=wxT("Draw B mode (Cubic Bezier curve)");
constwxStringTIPS_S=wxT("Draw S mode (Spline)");
constwxStringTIPS_P=wxT("Draw P mode (Extends a spline with another point)");
constwxStringTIPS_C=wxT("Draw C mode (Close the last spline)");
constwxStringTIPS_DEL=wxT("Delete mode");
constwxStringTIPS_NUTB=wxT("Bilinear transformation mode: Drag the vertices to distort the shape; Dragging an edge moves two adjacent vertices together");
constwxStringTIPS_SCALEROTATE=wxT("Scale/Rotate mode: Drag a vertex or an edge to rescale the shape; Right-drag to rotate");