summaryrefslogtreecommitdiff
path: root/docs/xml/gui/fpg_colorwheel.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/xml/gui/fpg_colorwheel.xml')
-rw-r--r--docs/xml/gui/fpg_colorwheel.xml30
1 files changed, 15 insertions, 15 deletions
diff --git a/docs/xml/gui/fpg_colorwheel.xml b/docs/xml/gui/fpg_colorwheel.xml
index 6340555b..0ec24bdf 100644
--- a/docs/xml/gui/fpg_colorwheel.xml
+++ b/docs/xml/gui/fpg_colorwheel.xml
@@ -1,23 +1,23 @@
<?xml version="1.0"?>
<fpdoc-descriptions>
- <package name="GUI">
+ <package name="fpGUI">
<module name="fpg_colorwheel">
- <short>The unit contains a ColorWheel and ValueBar component.</short>
- <descr>
+ <short>The unit contains a ColorWheel and ValueBar component</short>
+ <descr><p><printshort id="fpg_colorwheel"/>.</p>
<p>
<b>Using the components:</b>
</p>
- <p>Normally, you use both a color wheel and a value bar.
+ <p>Normally, you use both a color wheel and a value bar.
</p>
<ol>
<li>Put a color wheel on your form.</li>
<li>Put a value bar on your form beside the wheel.</li>
- <li>Set the ColorWheel's ValueBar property to the ValueBar component
- you just put on the form.</li>
+ <li>Set the ColorWheel's ValueBar property to the ValueBar component
+you just put on the form.</li>
</ol>
- <p>The two components are now linked together. When a selection is
-made in the color wheel the value bar will update to show the range
-for that selection.
+ <p>The two components are now linked together. When a selection is
+made in the color wheel the value bar will update to show the range
+for that selection.
</p>
<p>
<b>Note:</b> you won't see the colors in the UI Designer. Colors will
@@ -25,12 +25,12 @@ only be displayed at runtime.</p>
<p>
<b>Reading and setting the color:</b>
</p>
- <p>To set the color being displayed, use the SetSelectedColor method
- of the color wheel.</p>
- <p>To read the color selected, read the SelectedColor property
- of the ValueBar.</p>
- <p>If you want to know when the user picks a color, you
- can use the OnChange event in the ValueBar.</p>
+ <p>To set the color being displayed, use the SetSelectedColor method
+of the color wheel.</p>
+ <p>To read the color selected, read the SelectedColor property
+of the ValueBar.</p>
+ <p>If you want to know when the user picks a color, you
+can use the OnChange event in the ValueBar.</p>
</descr>
<element name="TfpgColorWheel">
<short>A colorwheel component.</short>