Update online help about the Circles and Ellipses

This commit is contained in:
Thomas Bernard 2018-03-10 00:45:48 +01:00
parent 30f23b93ef
commit 44a8bab861

View File

@ -1102,43 +1102,45 @@ static const T_Help_table helptable_filled_rectangles[] =
};
static const T_Help_table helptable_circles[] =
{
HELP_TITLE("CIRCLES")
HELP_TITLE("ELLIPSES")
HELP_TITLE(" CIRCLES AND ELLIPSES")
HELP_TEXT ("")
HELP_BOLD ("LEFT CLICK")
HELP_LINK ("(Key:%s)",0x100+BUTTON_CIRCLES)
HELP_TEXT ("")
HELP_TEXT ("Selects the empty circles as the active")
HELP_TEXT ("drawing tool.")
HELP_TEXT ("")
HELP_TEXT ("Position the center of the cercle and")
HELP_TEXT ("maintain the mouse button to select its")
HELP_TEXT ("radius.")
HELP_TEXT ("Selects the empty circles or ellipse as")
HELP_TEXT ("the active drawing tool.")
HELP_TEXT ("")
HELP_BOLD ("RIGHT CLICK")
HELP_LINK ("(Key:%s)",0x200+BUTTON_CIRCLES)
HELP_TEXT ("")
HELP_TEXT ("Selects the empty ellipses as the active")
HELP_TEXT ("drawing tool.")
HELP_TEXT ("Select shape and operation mode.")
HELP_TEXT ("")
HELP_TEXT ("Center/radius mode :")
HELP_TEXT ("Position the center of the cercle and")
HELP_TEXT ("maintain the mouse button to select its")
HELP_TEXT ("dimensions.")
HELP_TEXT ("radius.")
HELP_TEXT ("")
HELP_TEXT ("Corners mode :")
HELP_TEXT ("Press the mouse button at a corner and")
HELP_TEXT ("release at the other corner of a rectangle")
HELP_TEXT ("in which the circle or ellipse is inscribed.")
};
static const T_Help_table helptable_filled_circles[] =
{
HELP_TITLE(" FILLED CIRCLES")
HELP_TITLE(" AND ELLIPSES")
HELP_TEXT ("")
HELP_BOLD ("FILLED CIRCLES")
HELP_BOLD ("LEFT CLICK")
HELP_LINK ("(Key:%s)",0x100+BUTTON_FILLCIRC)
HELP_TEXT ("")
HELP_TEXT ("Works like empty circles.")
HELP_TEXT ("Works like empty circles and ellipses.")
HELP_TEXT ("")
HELP_BOLD ("FILLED ELLIPSES")
HELP_BOLD ("RIGHT CLICK")
HELP_LINK ("(Key:%s)",0x200+BUTTON_FILLCIRC)
HELP_TEXT ("")
HELP_TEXT ("Works like empty ellipses.")
HELP_TEXT ("Select shape and operation mode.")
HELP_TEXT ("Same modes are available as empty circle")
HELP_TEXT ("and ellipses.")
};
static const T_Help_table helptable_grad_rect[] =
{
@ -1216,32 +1218,30 @@ static const T_Help_table helptable_grad_rect[] =
};
static const T_Help_table helptable_spheres[] =
{
HELP_TITLE("GRAD SPHERE")
HELP_TITLE(" GRAD SPHERES")
HELP_TITLE(" AND ELLIPSES")
HELP_BOLD ("LEFT CLICK")
HELP_LINK ("(Key:%s)",0x100+BUTTON_SPHERES)
HELP_TEXT ("")
HELP_TEXT ("Selects the spheres as the active drawing")
HELP_TEXT ("tool.")
HELP_TEXT ("")
HELP_TEXT ("Position the center of the sphere and")
HELP_TEXT ("maintain the mouse button to select its")
HELP_TEXT ("radius. Then place the spot-light.")
HELP_TEXT ("")
HELP_BOLD ("RIGHT CLICK")
HELP_LINK ("(Key:%s)",0x200+BUTTON_SPHERES)
HELP_TEXT ("")
HELP_TEXT ("Selects the ellipses with gradation as the")
HELP_TEXT ("active drawing tool.")
HELP_TEXT ("")
HELP_TEXT ("Draw the shape like a normal ellipse, and")
HELP_TEXT ("then position the spot-light and click the")
HELP_TEXT ("left mouse button to finish the shape.")
HELP_TEXT ("Selects the spheres or ellipses with")
HELP_TEXT ("gradation as the active drawing tool.")
HELP_TEXT ("")
HELP_TEXT ("Draw the shape like a normal circle or")
HELP_TEXT ("ellipse, and then position the spot-light")
HELP_TEXT ("and click the left mouse button to finish")
HELP_TEXT ("the shape.")
HELP_TEXT ("")
HELP_TEXT ("If you trace a sphere or an ellipse with")
HELP_TEXT ("gradation with the right mouse button, the")
HELP_TEXT ("result will be the same figure filled with")
HELP_TEXT ("the Back-color.")
HELP_TEXT ("")
HELP_BOLD ("RIGHT CLICK")
HELP_LINK ("(Key:%s)",0x200+BUTTON_SPHERES)
HELP_TEXT ("")
HELP_TEXT ("Select shape and operation mode.")
HELP_TEXT ("Same modes are available as empty circle")
HELP_TEXT ("and ellipses.")
};
static const T_Help_table helptable_brush[] =
{