From cdca07a72642f03384c66377f3ea38545243c391 Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Tue, 16 Nov 2010 15:46:16 +0200 Subject: fixed spelling mistakes in class documentation. --- docs/xml/corelib/fpg_base.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs') diff --git a/docs/xml/corelib/fpg_base.xml b/docs/xml/corelib/fpg_base.xml index f48de11b..9d0a008f 100644 --- a/docs/xml/corelib/fpg_base.xml +++ b/docs/xml/corelib/fpg_base.xml @@ -599,9 +599,9 @@ Spreadsheet program etc. Abstract class use for representing a Window or Widget - fpGUI is a Windowed toolkit. By that we mean that every component -or widget has a window handle. Widgets are essentially embedded windows without -titlebars or borders inside a main parent window. + fpGUI is a Windowed toolkit. By that we mean that every +widget has a window handle. Widgets are essentially embedded windows without +titlebars or borders, inside a parent window. @@ -628,8 +628,8 @@ redundant calculations, fpGUI allows you to set all the properties, then act on it once you call UpdateWindowPosition. In most cases fpGUI can even reduce the API calls needed, because it could pass for example Width and Height via one API call. In the case of X11, it can actually do all -four values in a single API call. Thus improving efficiency and reduces resize calculatios and screen -redraws.

+four values in a single API call. Thus improving efficiency and reduces resize +calculations and screen redraws.

@@ -638,7 +638,7 @@ redraws.

. Use the Left property to determine where the left side of the control begins or to reposition the left side of the control.

-fpGUI delays acting on the Top, Left, Width and Height properies of a control until the +fpGUI delays acting on the Top, Left, Width and Height properties of a control until the UpdateWindowPosition method is called. For more information on why this is so, see UpdateWindowPosition help.
@@ -651,7 +651,7 @@ help.

. Use the Top property to determine where the top side of the control begins or to reposition the top side of the control.

-fpGUI delays acting on the Top, Left, Width and Height properies of a control until the +fpGUI delays acting on the Top, Left, Width and Height properties of a control until the UpdateWindowPosition method is called. For more information on why this is so, see UpdateWindowPosition help.
@@ -666,7 +666,7 @@ to read or change the width of the control. For TfpgTabSheet controls of for controls that have their Align property set to alTop, alBottom or alClient, changing this property at runtime has no effect.

-fpGUI delays acting on the Top, Left, Width and Height properies of a control until the +fpGUI delays acting on the Top, Left, Width and Height properties of a control until the UpdateWindowPosition method is called. For more information on why this is so, see UpdateWindowPosition help. @@ -681,7 +681,7 @@ to read or change the height of the control. For TfpgTabSheet controls of for controls that have their Align property set to alLeft, alRight or alClient, changing this property at runtime has no effect.

-fpGUI delays acting on the Top, Left, Width and Height properies of a control until the +fpGUI delays acting on the Top, Left, Width and Height properties of a control until the UpdateWindowPosition method is called. For more information on why this is so, see UpdateWindowPosition help. -- cgit v1.2.3-54-g00ecf