diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-11-11 16:34:37 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-11-12 11:04:00 +0200 |
commit | f19499f71091b1a37f297c4a7abf1fcc86192c5b (patch) | |
tree | a72bf66a06c1b10fe5badaa2922bf2448bc0804c /docs | |
parent | 25ea27c4035032015d912302229092624df745a2 (diff) | |
download | fpGUI-f19499f71091b1a37f297c4a7abf1fcc86192c5b.tar.xz |
Minor docs for Canvas.GradientFill()
Diffstat (limited to 'docs')
-rw-r--r-- | docs/xml/corelib/fpg_base.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/xml/corelib/fpg_base.xml b/docs/xml/corelib/fpg_base.xml index 73174601..f48de11b 100644 --- a/docs/xml/corelib/fpg_base.xml +++ b/docs/xml/corelib/fpg_base.xml @@ -883,6 +883,14 @@ Right. And the Top is always smaller than the Bottom. <descr>This does not do any drawing, in only clips the line coordinates. This method is used internally by <link id="TfpgCanvasBase.DrawLineClipped"/>.</descr>
</element>
+<element name="TfpgCanvasBase.GradientFill">
+<short>Paints a rectangle with a gradient</short>
+<descr><printshort id="TfpgCanvasBase.GradientFill"/>. If the gradient direction is
+set to gdHorizontal, then it pains from left to right. If the gradient direction is
+set to gdVertical, then it paints from top to bottom.</descr>
+</element>
+
+
<element name="TFileEntry">
<short>A simple data object representing a file</short>
<descr><printshort id="TFileEntry"/>. Some properties are OS dependant.</descr>
@@ -953,4 +961,4 @@ the streets of Manhattan.</p> </module>
<!-- fpg_base -->
</package>
-</fpdoc-descriptions>
\ No newline at end of file +</fpdoc-descriptions>
|