From a01867349024c9390b1d333b2dc2c167ae46181b Mon Sep 17 00:00:00 2001 From: kirkpatc Date: Sun, 25 Nov 2007 08:06:19 +0000 Subject: [PATCH] LazDoc - fixed links in Forms.xml and Graphics.xml git-svn-id: trunk@13016 - --- docs/xml/lcl/forms.xml | 10 +++++----- docs/xml/lcl/graphics.xml | 34 +++++++++++++++------------------- 2 files changed, 20 insertions(+), 24 deletions(-) diff --git a/docs/xml/lcl/forms.xml b/docs/xml/lcl/forms.xml index dc28b1e88d..5de21af8eb 100644 --- a/docs/xml/lcl/forms.xml +++ b/docs/xml/lcl/forms.xml @@ -2583,7 +2583,7 @@ biHelp - When you click this button a Question Cursor appears and the help routi could stay on top or could be a 'Splash' form.
FormStyle is a set, could take zero or more of these values. - + @@ -2608,7 +2608,7 @@ biHelp - When you click this button a Question Cursor appears and the help routi Specifies a MainMenu for this form Drop a TMainMenu on the form and select it here to show it on the form.
- +
@@ -2724,9 +2724,9 @@ Most of the properties are inherited from the ancestors - - - + + + diff --git a/docs/xml/lcl/graphics.xml b/docs/xml/lcl/graphics.xml index 5ad791dd39..e921d4ba8a 100644 --- a/docs/xml/lcl/graphics.xml +++ b/docs/xml/lcl/graphics.xml @@ -238,9 +238,8 @@ New TFont instances are initialized with the values in this structure.
About font default values: The default font is chosen by the interfaces depending on the context.
For example, there can be a different default font for a button and a groupbox.
- TFontDAta (In same Unit) - TFontData (With Unit tag) -TFontData (with Project and Unit tags) + TFontData +
@@ -1907,7 +1906,7 @@ Copies the logfont or source settings to itself Pitch type of the Font Fixed or variable pitch, or Default
Reads or writes a flag to determine pitch type
- +
@@ -2328,8 +2327,7 @@ Default is psSolid A defined Region on the screen, in which text is written TRegionData (in same Unit) - TRegionData (with Unit tag) -TRegionData (with Project, Unit tags) + @@ -2397,13 +2395,11 @@ Default is psSolid Operating System Handle for this Region - - HRGN (with Project, Unit tags) - HRGN (with Unit tag) - HRGN (with no project or unit tags) - THandle (with project and unit tags) - THandle (without project tag) - THandle (without project or unit tags) + + HRGN + + THandle + @@ -3968,7 +3964,7 @@ Use Ellipse - + @@ -4300,7 +4296,7 @@ To draw a polygon on the canvas, without filling it, use the Polyline method, specifying the first point a second time at the end. - + @@ -4447,8 +4443,8 @@ Calling the MoveTo . - - + + @@ -4924,7 +4920,7 @@ The boundaries of the rectangle are specified in ARect
X, Y sp The loading routine automatically recognizes the format, so it is also used to load the images from Delphi form streams (e.g. .dfm files).
When the handle is created, it is up to the interface (gtk, win32, ...) to convert it automatically to the best internal format. That is why the Handle is interface dependent.
To access the raw data, see TLazIntfImage in IntfGraphics.pas - + @@ -5398,7 +5394,7 @@ To access the raw data, see TLazIntfImage in IntfGraphics.pas LoadFromLazarusResource: obtain data from a valid Lazarus Resource Stream LoadFromLazarusResource: obtain data from a valid Lazarus Resource Stream
Checks for the presence of a valid Lazarus Resource, then uses LoadFromStream to acquire the data
- +