From a2bf93f0a9f6ffe838a5263b4891284115e3a462 Mon Sep 17 00:00:00 2001
From: Graeme Geldenhuys
Date: Mon, 29 Apr 2013 12:15:44 +0100
Subject: some API documentation updates
---
docs/xml/corelib/fpg_base.xml | 20 ++++++++++++++------
docs/xml/corelib/fpg_extinterpolation.xml | 2 +-
2 files changed, 15 insertions(+), 7 deletions(-)
(limited to 'docs')
diff --git a/docs/xml/corelib/fpg_base.xml b/docs/xml/corelib/fpg_base.xml
index 05a1f72f..48c30abb 100644
--- a/docs/xml/corelib/fpg_base.xml
+++ b/docs/xml/corelib/fpg_base.xml
@@ -79,8 +79,8 @@ means no titlebar or window borders are going to be created.
- This windows type is similar to wtWindow, but grabs focus.
- This windows is the same as wtWindow, but grabs the input focus until it has closed. This window normally doesn't appear in the taskbar.
+ This windows type is similar to wtWindow, but grabs focus.
+ This windows is the same as wtWindow, but grabs the input focus until it has closed. This window normally doesn't appear in the taskbar.
@@ -831,6 +831,10 @@ consecutive lines being drawn without overlapping pixels.
Allows you to draw a bitmap, stretched or shrunken from its original size
+. Default
+interpolation is TfpgMitchelInterpolation,
+but others (found in fpg_extinterpolation.pas) can
+be used too, by using the InterpolationFilter property of the Canvas.
@@ -1038,18 +1042,22 @@ for more information.
-aoeu
-
+Base class for the fpgApplication variable
+This is the base class of TfpgApplication. All fpGUI-based applications
+will contain a instance of TfpgApplication. It encapsulates the application as
+a whole, and also supplies many useful functions and events.Specify a help file for the application
-bla bla bla
+This property is used to assign the help file (normally an INF file) which
+contains the help for the application.Run the help viewer
-bla bla bla
+This method will invoke the defined help viewer, passing it the HelpContext
+or HelpKeyword as parameter. The default help viewer is fpGUI's DocView.
diff --git a/docs/xml/corelib/fpg_extinterpolation.xml b/docs/xml/corelib/fpg_extinterpolation.xml
index af129a1f..81d66e83 100644
--- a/docs/xml/corelib/fpg_extinterpolation.xml
+++ b/docs/xml/corelib/fpg_extinterpolation.xml
@@ -4,7 +4,7 @@
Extra interpolation filter declarations.
-
Some more interpolation filters for TfpgCanvasBase.StretchDraw:
+
This unit defines more interpolation filters for TfpgCanvasBase.StretchDraw:
Bessel, Gaussian and Sinc are infinite impulse response (IIR),
the others are finite impulse response (FIR). The implementation
of Bessel and Sinc are windowed with Blackman filter.