[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-dev] SF.net SVN: supercollider:[8115] trunk/build/Help/GUI



Revision: 8115
          http://supercollider.svn.sourceforge.net/supercollider/?rev=8115&view=rev
Author:   jmfuo
Date:     2008-12-12 09:19:46 +0000 (Fri, 12 Dec 2008)

Log Message:
-----------
Updated GUI Stubs

Modified Paths:
--------------
    trunk/build/Help/GUI/GUI Classes.html
    trunk/build/Help/GUI/stubs/Button.html
    trunk/build/Help/GUI/stubs/CompositeView.html
    trunk/build/Help/GUI/stubs/Dialog.html
    trunk/build/Help/GUI/stubs/DragBoth.html
    trunk/build/Help/GUI/stubs/DragSink.html
    trunk/build/Help/GUI/stubs/DragSource.html
    trunk/build/Help/GUI/stubs/EnvelopeView.html
    trunk/build/Help/GUI/stubs/FreqScope.html
    trunk/build/Help/GUI/stubs/FreqScopeView.html
    trunk/build/Help/GUI/stubs/HLayoutView.html
    trunk/build/Help/GUI/stubs/ListView.html
    trunk/build/Help/GUI/stubs/MovieView.html
    trunk/build/Help/GUI/stubs/MultiSliderView.html
    trunk/build/Help/GUI/stubs/NumberBox.html
    trunk/build/Help/GUI/stubs/Pen.html
    trunk/build/Help/GUI/stubs/PopUpMenu.html
    trunk/build/Help/GUI/stubs/QuartzComposerView.html
    trunk/build/Help/GUI/stubs/RangeSlider.html
    trunk/build/Help/GUI/stubs/ScopeView.html
    trunk/build/Help/GUI/stubs/ScrollView.html
    trunk/build/Help/GUI/stubs/Slider.html
    trunk/build/Help/GUI/stubs/Slider2D.html
    trunk/build/Help/GUI/stubs/SoundFileView.html
    trunk/build/Help/GUI/stubs/StaticText.html
    trunk/build/Help/GUI/stubs/Stethoscope.html
    trunk/build/Help/GUI/stubs/StubTemplate.html
    trunk/build/Help/GUI/stubs/TabletSlider2D.html
    trunk/build/Help/GUI/stubs/TabletView.html
    trunk/build/Help/GUI/stubs/TextField.html
    trunk/build/Help/GUI/stubs/TextView.html
    trunk/build/Help/GUI/stubs/UserView.html
    trunk/build/Help/GUI/stubs/VLayoutView.html
    trunk/build/Help/GUI/stubs/View.html
    trunk/build/Help/GUI/stubs/Window.html

Modified: trunk/build/Help/GUI/GUI Classes.html
===================================================================
--- trunk/build/Help/GUI/GUI Classes.html	2008-12-12 04:33:09 UTC (rev 8114)
+++ trunk/build/Help/GUI/GUI Classes.html	2008-12-12 09:19:46 UTC (rev 8115)
@@ -36,8 +36,8 @@
 <p class="p1"><b>GUI Classes<span class="Apple-tab-span">	</span><span class="Apple-tab-span">	</span></b></p>
 <p class="p2"><br></p>
 <p class="p3">Lists of kit-specific, kit-independant, Classes. <span class="Apple-converted-space"> </span></p>
-<p class="p3">List of inspectors and browsers.</p>
-<p class="p4"><span class="s1">See also <a href="../../../../../../../../Users/fuo/Desktop/GUI.html"><span class="s2">GUI</span></a></span><span class="s2">, <a href="GUI Overview.html"><span class="s3">GUI Overview</span></a></span></p>
+<p class="p2"><br></p>
+<p class="p4"><span class="s1"><b>See also:<span class="Apple-converted-space"> </span></b> <a href="../../../../../../../../Users/fuo/Desktop/GUI.html"><span class="s2">GUI</span></a></span><span class="s2">, <a href="GUI Overview.html"><span class="s3">GUI Overview</span></a></span></p>
 <p class="p5"><br></p>
 <p class="p6"><b>List of Kit-specific GUI Classes</b></p>
 <p class="p3">(Stretch you doc window to a width where you don't get soft line breaks in the following table)</p>

Modified: trunk/build/Help/GUI/stubs/Button.html
===================================================================
--- trunk/build/Help/GUI/stubs/Button.html	2008-12-12 04:33:09 UTC (rev 8114)
+++ trunk/build/Help/GUI/stubs/Button.html	2008-12-12 09:19:46 UTC (rev 8115)
@@ -14,13 +14,14 @@
 p.p5 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 12.0px Helvetica; min-height: 14.0px}
 p.p6 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 14.0px Helvetica}
 p.p7 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times}
-p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
-p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #bf0000}
+p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times; min-height: 19.0px}
+p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
+p.p10 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #6c3024}
 span.s1 {font: 18.0px Helvetica}
 span.s2 {color: #000000}
 span.s3 {text-decoration: underline}
-span.s4 {color: #0c2eee}
-span.s5 {color: #0000bf}
+span.s4 {color: #314bd1}
+span.s5 {color: #182fa6}
 span.Apple-tab-span {white-space:pre}
 </style>
 </head>
@@ -29,20 +30,19 @@
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>Inherits from: </b><a href="../../Core/Object.html"><b>Object</b></a><b> : </b><a href="../ViewRedirecter.html"><b>ViewRedirecter</b></a></span></p>
 <p class="p4"><br></p>
-<p class="p1">A Cross-platform redirect class for a Button. This class will create and return the platform/editor specific version of a Button.<span class="Apple-converted-space"> </span></p>
+<p class="p1">This class will<span class="Apple-converted-space">  </span>return the gui kit specific version of a Button.<span class="Apple-converted-space"> </span></p>
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>See also:</b> <a href="../GUI.html"><span class="s3">GUI</span></a>, <a href="../GUI Classes.html"><span class="s3">GUI Classes</span></a>, <a href="../GUI Overview.html"><span class="s3">GUI Overview</span></a></span></p>
 <p class="p5"><br></p>
 <p class="p6"><b>Platform Specific Examples and Documentation:</b></p>
 <p class="p7"><p class="p1"><b>SwingGUI:<span class="Apple-tab-span">     </span></b><a href="../../SwingOSC/JSCButton.html">JSCButton</a></p><p class="p1"></p><p class="p1"><b>CocoaGUI:<span class="Apple-tab-span">     </span></b><a href="../SCButton.html">SCButton</a></p><p class="p1"></p></p>
-<p class="p1">Some of the<span class="Apple-converted-space">  </span>links above might not work, if the help files for the listed kit are not included in your setup.</p>
-<p class="p1">If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs.</p>
-<p class="p1">Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
+<p class="p8"><br></p>
+<p class="p1">Some of the links above might not work, if the help files for the listed kit are not included in your setup. If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs. Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
 <p class="p2"><span class="Apple-tab-span">	</span></p>
-<p class="p8"><span class="Apple-tab-span">	</span>(</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
-<p class="p8"><span class="s2"><span class="Apple-tab-span">	</span></span>)</p>
+<p class="p9"><span class="Apple-tab-span">	</span>(</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
+<p class="p9"><span class="Apple-tab-span">	</span>)</p>
 <p class="p4"><br></p>
 </body>
 </html>

Modified: trunk/build/Help/GUI/stubs/CompositeView.html
===================================================================
--- trunk/build/Help/GUI/stubs/CompositeView.html	2008-12-12 04:33:09 UTC (rev 8114)
+++ trunk/build/Help/GUI/stubs/CompositeView.html	2008-12-12 09:19:46 UTC (rev 8115)
@@ -14,13 +14,14 @@
 p.p5 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 12.0px Helvetica; min-height: 14.0px}
 p.p6 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 14.0px Helvetica}
 p.p7 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times}
-p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
-p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #bf0000}
+p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times; min-height: 19.0px}
+p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
+p.p10 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #6c3024}
 span.s1 {font: 18.0px Helvetica}
 span.s2 {color: #000000}
 span.s3 {text-decoration: underline}
-span.s4 {color: #0c2eee}
-span.s5 {color: #0000bf}
+span.s4 {color: #314bd1}
+span.s5 {color: #182fa6}
 span.Apple-tab-span {white-space:pre}
 </style>
 </head>
@@ -29,20 +30,19 @@
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>Inherits from: </b><a href="../../Core/Object.html"><b>Object</b></a><b> : </b><a href="../ViewRedirecter.html"><b>ViewRedirecter</b></a></span></p>
 <p class="p4"><br></p>
-<p class="p1">A Cross-platform redirect class for a CompositeView. This class will create and return the platform/editor specific version of a CompositeView.<span class="Apple-converted-space"> </span></p>
+<p class="p1">This class will<span class="Apple-converted-space">  </span>return the gui kit specific version of a CompositeView.<span class="Apple-converted-space"> </span></p>
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>See also:</b> <a href="../GUI.html"><span class="s3">GUI</span></a>, <a href="../GUI Classes.html"><span class="s3">GUI Classes</span></a>, <a href="../GUI Overview.html"><span class="s3">GUI Overview</span></a></span></p>
 <p class="p5"><br></p>
 <p class="p6"><b>Platform Specific Examples and Documentation:</b></p>
 <p class="p7"><p class="p1"><b>SwingGUI:<span class="Apple-tab-span">     </span></b><a href="../../SwingOSC/JSCCompositeView.html">JSCCompositeView</a></p><p class="p1"></p><p class="p1"><b>CocoaGUI:<span class="Apple-tab-span">     </span></b><a href="../SCCompositeView.html">SCCompositeView</a></p><p class="p1"></p></p>
-<p class="p1">Some of the<span class="Apple-converted-space">  </span>links above might not work, if the help files for the listed kit are not included in your setup.</p>
-<p class="p1">If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs.</p>
-<p class="p1">Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
+<p class="p8"><br></p>
+<p class="p1">Some of the links above might not work, if the help files for the listed kit are not included in your setup. If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs. Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
 <p class="p2"><span class="Apple-tab-span">	</span></p>
-<p class="p8"><span class="Apple-tab-span">	</span>(</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
-<p class="p8"><span class="s2"><span class="Apple-tab-span">	</span></span>)</p>
+<p class="p9"><span class="Apple-tab-span">	</span>(</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
+<p class="p9"><span class="Apple-tab-span">	</span>)</p>
 <p class="p4"><br></p>
 </body>
 </html>

Modified: trunk/build/Help/GUI/stubs/Dialog.html
===================================================================
--- trunk/build/Help/GUI/stubs/Dialog.html	2008-12-12 04:33:09 UTC (rev 8114)
+++ trunk/build/Help/GUI/stubs/Dialog.html	2008-12-12 09:19:46 UTC (rev 8115)
@@ -14,13 +14,14 @@
 p.p5 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 12.0px Helvetica; min-height: 14.0px}
 p.p6 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 14.0px Helvetica}
 p.p7 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times}
-p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
-p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #bf0000}
+p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times; min-height: 19.0px}
+p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
+p.p10 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #6c3024}
 span.s1 {font: 18.0px Helvetica}
 span.s2 {color: #000000}
 span.s3 {text-decoration: underline}
-span.s4 {color: #0c2eee}
-span.s5 {color: #0000bf}
+span.s4 {color: #314bd1}
+span.s5 {color: #182fa6}
 span.Apple-tab-span {white-space:pre}
 </style>
 </head>
@@ -29,20 +30,19 @@
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>Inherits from: </b><a href="../../Core/Object.html"><b>Object</b></a><b> : </b><a href="../ViewRedirecter.html"><b>ViewRedirecter</b></a></span></p>
 <p class="p4"><br></p>
-<p class="p1">A Cross-platform redirect class for a Dialog. This class will create and return the platform/editor specific version of a Dialog.<span class="Apple-converted-space"> </span></p>
+<p class="p1">This class will<span class="Apple-converted-space">  </span>return the gui kit specific version of a Dialog.<span class="Apple-converted-space"> </span></p>
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>See also:</b> <a href="../GUI.html"><span class="s3">GUI</span></a>, <a href="../GUI Classes.html"><span class="s3">GUI Classes</span></a>, <a href="../GUI Overview.html"><span class="s3">GUI Overview</span></a></span></p>
 <p class="p5"><br></p>
 <p class="p6"><b>Platform Specific Examples and Documentation:</b></p>
 <p class="p7"><p class="p1"><b>SwingGUI:<span class="Apple-tab-span">     </span></b><a href="../../SwingOSC/SwingDialog.html">SwingDialog</a></p><p class="p1"></p><p class="p1"><b>CocoaGUI:<span class="Apple-tab-span">     </span></b><a href="../../OSX/CocoaDialog.html">CocoaDialog</a></p><p class="p1"></p></p>
-<p class="p1">Some of the<span class="Apple-converted-space">  </span>links above might not work, if the help files for the listed kit are not included in your setup.</p>
-<p class="p1">If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs.</p>
-<p class="p1">Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
+<p class="p8"><br></p>
+<p class="p1">Some of the links above might not work, if the help files for the listed kit are not included in your setup. If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs. Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
 <p class="p2"><span class="Apple-tab-span">	</span></p>
-<p class="p8"><span class="Apple-tab-span">	</span>(</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
-<p class="p8"><span class="s2"><span class="Apple-tab-span">	</span></span>)</p>
+<p class="p9"><span class="Apple-tab-span">	</span>(</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
+<p class="p9"><span class="Apple-tab-span">	</span>)</p>
 <p class="p4"><br></p>
 </body>
 </html>

Modified: trunk/build/Help/GUI/stubs/DragBoth.html
===================================================================
--- trunk/build/Help/GUI/stubs/DragBoth.html	2008-12-12 04:33:09 UTC (rev 8114)
+++ trunk/build/Help/GUI/stubs/DragBoth.html	2008-12-12 09:19:46 UTC (rev 8115)
@@ -14,13 +14,14 @@
 p.p5 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 12.0px Helvetica; min-height: 14.0px}
 p.p6 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 14.0px Helvetica}
 p.p7 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times}
-p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
-p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #bf0000}
+p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times; min-height: 19.0px}
+p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
+p.p10 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #6c3024}
 span.s1 {font: 18.0px Helvetica}
 span.s2 {color: #000000}
 span.s3 {text-decoration: underline}
-span.s4 {color: #0c2eee}
-span.s5 {color: #0000bf}
+span.s4 {color: #314bd1}
+span.s5 {color: #182fa6}
 span.Apple-tab-span {white-space:pre}
 </style>
 </head>
@@ -29,20 +30,19 @@
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>Inherits from: </b><a href="../../Core/Object.html"><b>Object</b></a><b> : </b><a href="../ViewRedirecter.html"><b>ViewRedirecter</b></a></span></p>
 <p class="p4"><br></p>
-<p class="p1">A Cross-platform redirect class for a DragBoth. This class will create and return the platform/editor specific version of a DragBoth.<span class="Apple-converted-space"> </span></p>
+<p class="p1">This class will<span class="Apple-converted-space">  </span>return the gui kit specific version of a DragBoth.<span class="Apple-converted-space"> </span></p>
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>See also:</b> <a href="../GUI.html"><span class="s3">GUI</span></a>, <a href="../GUI Classes.html"><span class="s3">GUI Classes</span></a>, <a href="../GUI Overview.html"><span class="s3">GUI Overview</span></a></span></p>
 <p class="p5"><br></p>
 <p class="p6"><b>Platform Specific Examples and Documentation:</b></p>
 <p class="p7"><p class="p1"><b>SwingGUI:<span class="Apple-tab-span">     </span></b><a href="../../SwingOSC/JSCDragBoth.html">JSCDragBoth</a></p><p class="p1"></p><p class="p1"><b>CocoaGUI:<span class="Apple-tab-span">     </span></b><a href="../SCDragBoth.html">SCDragBoth</a></p><p class="p1"></p></p>
-<p class="p1">Some of the<span class="Apple-converted-space">  </span>links above might not work, if the help files for the listed kit are not included in your setup.</p>
-<p class="p1">If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs.</p>
-<p class="p1">Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
+<p class="p8"><br></p>
+<p class="p1">Some of the links above might not work, if the help files for the listed kit are not included in your setup. If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs. Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
 <p class="p2"><span class="Apple-tab-span">	</span></p>
-<p class="p8"><span class="Apple-tab-span">	</span>(</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
-<p class="p8"><span class="s2"><span class="Apple-tab-span">	</span></span>)</p>
+<p class="p9"><span class="Apple-tab-span">	</span>(</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
+<p class="p9"><span class="Apple-tab-span">	</span>)</p>
 <p class="p4"><br></p>
 </body>
 </html>

Modified: trunk/build/Help/GUI/stubs/DragSink.html
===================================================================
--- trunk/build/Help/GUI/stubs/DragSink.html	2008-12-12 04:33:09 UTC (rev 8114)
+++ trunk/build/Help/GUI/stubs/DragSink.html	2008-12-12 09:19:46 UTC (rev 8115)
@@ -14,13 +14,14 @@
 p.p5 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 12.0px Helvetica; min-height: 14.0px}
 p.p6 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 14.0px Helvetica}
 p.p7 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times}
-p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
-p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #bf0000}
+p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times; min-height: 19.0px}
+p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
+p.p10 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #6c3024}
 span.s1 {font: 18.0px Helvetica}
 span.s2 {color: #000000}
 span.s3 {text-decoration: underline}
-span.s4 {color: #0c2eee}
-span.s5 {color: #0000bf}
+span.s4 {color: #314bd1}
+span.s5 {color: #182fa6}
 span.Apple-tab-span {white-space:pre}
 </style>
 </head>
@@ -29,20 +30,19 @@
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>Inherits from: </b><a href="../../Core/Object.html"><b>Object</b></a><b> : </b><a href="../ViewRedirecter.html"><b>ViewRedirecter</b></a></span></p>
 <p class="p4"><br></p>
-<p class="p1">A Cross-platform redirect class for a DragSink. This class will create and return the platform/editor specific version of a DragSink.<span class="Apple-converted-space"> </span></p>
+<p class="p1">This class will<span class="Apple-converted-space">  </span>return the gui kit specific version of a DragSink.<span class="Apple-converted-space"> </span></p>
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>See also:</b> <a href="../GUI.html"><span class="s3">GUI</span></a>, <a href="../GUI Classes.html"><span class="s3">GUI Classes</span></a>, <a href="../GUI Overview.html"><span class="s3">GUI Overview</span></a></span></p>
 <p class="p5"><br></p>
 <p class="p6"><b>Platform Specific Examples and Documentation:</b></p>
 <p class="p7"><p class="p1"><b>SwingGUI:<span class="Apple-tab-span">     </span></b><a href="../../SwingOSC/JSCDragSink.html">JSCDragSink</a></p><p class="p1"></p><p class="p1"><b>CocoaGUI:<span class="Apple-tab-span">     </span></b><a href="../SCDragSink.html">SCDragSink</a></p><p class="p1"></p></p>
-<p class="p1">Some of the<span class="Apple-converted-space">  </span>links above might not work, if the help files for the listed kit are not included in your setup.</p>
-<p class="p1">If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs.</p>
-<p class="p1">Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
+<p class="p8"><br></p>
+<p class="p1">Some of the links above might not work, if the help files for the listed kit are not included in your setup. If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs. Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
 <p class="p2"><span class="Apple-tab-span">	</span></p>
-<p class="p8"><span class="Apple-tab-span">	</span>(</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
-<p class="p8"><span class="s2"><span class="Apple-tab-span">	</span></span>)</p>
+<p class="p9"><span class="Apple-tab-span">	</span>(</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
+<p class="p9"><span class="Apple-tab-span">	</span>)</p>
 <p class="p4"><br></p>
 </body>
 </html>

Modified: trunk/build/Help/GUI/stubs/DragSource.html
===================================================================
--- trunk/build/Help/GUI/stubs/DragSource.html	2008-12-12 04:33:09 UTC (rev 8114)
+++ trunk/build/Help/GUI/stubs/DragSource.html	2008-12-12 09:19:46 UTC (rev 8115)
@@ -14,13 +14,14 @@
 p.p5 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 12.0px Helvetica; min-height: 14.0px}
 p.p6 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 14.0px Helvetica}
 p.p7 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times}
-p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
-p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #bf0000}
+p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times; min-height: 19.0px}
+p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
+p.p10 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #6c3024}
 span.s1 {font: 18.0px Helvetica}
 span.s2 {color: #000000}
 span.s3 {text-decoration: underline}
-span.s4 {color: #0c2eee}
-span.s5 {color: #0000bf}
+span.s4 {color: #314bd1}
+span.s5 {color: #182fa6}
 span.Apple-tab-span {white-space:pre}
 </style>
 </head>
@@ -29,20 +30,19 @@
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>Inherits from: </b><a href="../../Core/Object.html"><b>Object</b></a><b> : </b><a href="../ViewRedirecter.html"><b>ViewRedirecter</b></a></span></p>
 <p class="p4"><br></p>
-<p class="p1">A Cross-platform redirect class for a DragSource. This class will create and return the platform/editor specific version of a DragSource.<span class="Apple-converted-space"> </span></p>
+<p class="p1">This class will<span class="Apple-converted-space">  </span>return the gui kit specific version of a DragSource.<span class="Apple-converted-space"> </span></p>
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>See also:</b> <a href="../GUI.html"><span class="s3">GUI</span></a>, <a href="../GUI Classes.html"><span class="s3">GUI Classes</span></a>, <a href="../GUI Overview.html"><span class="s3">GUI Overview</span></a></span></p>
 <p class="p5"><br></p>
 <p class="p6"><b>Platform Specific Examples and Documentation:</b></p>
 <p class="p7"><p class="p1"><b>SwingGUI:<span class="Apple-tab-span">     </span></b><a href="../../SwingOSC/JSCDragSource.html">JSCDragSource</a></p><p class="p1"></p><p class="p1"><b>CocoaGUI:<span class="Apple-tab-span">     </span></b><a href="../SCDragSource.html">SCDragSource</a></p><p class="p1"></p></p>
-<p class="p1">Some of the<span class="Apple-converted-space">  </span>links above might not work, if the help files for the listed kit are not included in your setup.</p>
-<p class="p1">If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs.</p>
-<p class="p1">Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
+<p class="p8"><br></p>
+<p class="p1">Some of the links above might not work, if the help files for the listed kit are not included in your setup. If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs. Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
 <p class="p2"><span class="Apple-tab-span">	</span></p>
-<p class="p8"><span class="Apple-tab-span">	</span>(</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
-<p class="p8"><span class="s2"><span class="Apple-tab-span">	</span></span>)</p>
+<p class="p9"><span class="Apple-tab-span">	</span>(</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
+<p class="p9"><span class="Apple-tab-span">	</span>)</p>
 <p class="p4"><br></p>
 </body>
 </html>

Modified: trunk/build/Help/GUI/stubs/EnvelopeView.html
===================================================================
--- trunk/build/Help/GUI/stubs/EnvelopeView.html	2008-12-12 04:33:09 UTC (rev 8114)
+++ trunk/build/Help/GUI/stubs/EnvelopeView.html	2008-12-12 09:19:46 UTC (rev 8115)
@@ -14,13 +14,14 @@
 p.p5 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 12.0px Helvetica; min-height: 14.0px}
 p.p6 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 14.0px Helvetica}
 p.p7 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times}
-p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
-p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #bf0000}
+p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times; min-height: 19.0px}
+p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
+p.p10 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #6c3024}
 span.s1 {font: 18.0px Helvetica}
 span.s2 {color: #000000}
 span.s3 {text-decoration: underline}
-span.s4 {color: #0c2eee}
-span.s5 {color: #0000bf}
+span.s4 {color: #314bd1}
+span.s5 {color: #182fa6}
 span.Apple-tab-span {white-space:pre}
 </style>
 </head>
@@ -29,20 +30,19 @@
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>Inherits from: </b><a href="../../Core/Object.html"><b>Object</b></a><b> : </b><a href="../ViewRedirecter.html"><b>ViewRedirecter</b></a></span></p>
 <p class="p4"><br></p>
-<p class="p1">A Cross-platform redirect class for a EnvelopeView. This class will create and return the platform/editor specific version of a EnvelopeView.<span class="Apple-converted-space"> </span></p>
+<p class="p1">This class will<span class="Apple-converted-space">  </span>return the gui kit specific version of a EnvelopeView.<span class="Apple-converted-space"> </span></p>
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>See also:</b> <a href="../GUI.html"><span class="s3">GUI</span></a>, <a href="../GUI Classes.html"><span class="s3">GUI Classes</span></a>, <a href="../GUI Overview.html"><span class="s3">GUI Overview</span></a></span></p>
 <p class="p5"><br></p>
 <p class="p6"><b>Platform Specific Examples and Documentation:</b></p>
 <p class="p7"><p class="p1"><b>SwingGUI:<span class="Apple-tab-span">     </span></b><a href="../../SwingOSC/JSCEnvelopeView.html">JSCEnvelopeView</a></p><p class="p1"></p><p class="p1"><b>CocoaGUI:<span class="Apple-tab-span">     </span></b><a href="../SCEnvelopeView.html">SCEnvelopeView</a></p><p class="p1"></p></p>
-<p class="p1">Some of the<span class="Apple-converted-space">  </span>links above might not work, if the help files for the listed kit are not included in your setup.</p>
-<p class="p1">If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs.</p>
-<p class="p1">Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
+<p class="p8"><br></p>
+<p class="p1">Some of the links above might not work, if the help files for the listed kit are not included in your setup. If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs. Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
 <p class="p2"><span class="Apple-tab-span">	</span></p>
-<p class="p8"><span class="Apple-tab-span">	</span>(</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
-<p class="p8"><span class="s2"><span class="Apple-tab-span">	</span></span>)</p>
+<p class="p9"><span class="Apple-tab-span">	</span>(</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
+<p class="p9"><span class="Apple-tab-span">	</span>)</p>
 <p class="p4"><br></p>
 </body>
 </html>

Modified: trunk/build/Help/GUI/stubs/FreqScope.html
===================================================================
--- trunk/build/Help/GUI/stubs/FreqScope.html	2008-12-12 04:33:09 UTC (rev 8114)
+++ trunk/build/Help/GUI/stubs/FreqScope.html	2008-12-12 09:19:46 UTC (rev 8115)
@@ -14,13 +14,14 @@
 p.p5 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 12.0px Helvetica; min-height: 14.0px}
 p.p6 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 14.0px Helvetica}
 p.p7 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times}
-p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
-p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #bf0000}
+p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times; min-height: 19.0px}
+p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
+p.p10 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #6c3024}
 span.s1 {font: 18.0px Helvetica}
 span.s2 {color: #000000}
 span.s3 {text-decoration: underline}
-span.s4 {color: #0c2eee}
-span.s5 {color: #0000bf}
+span.s4 {color: #314bd1}
+span.s5 {color: #182fa6}
 span.Apple-tab-span {white-space:pre}
 </style>
 </head>
@@ -29,20 +30,19 @@
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>Inherits from: </b><a href="../../Core/Object.html"><b>Object</b></a><b> : </b><a href="../ViewRedirecter.html"><b>ViewRedirecter</b></a></span></p>
 <p class="p4"><br></p>
-<p class="p1">A Cross-platform redirect class for a FreqScope. This class will create and return the platform/editor specific version of a FreqScope.<span class="Apple-converted-space"> </span></p>
+<p class="p1">This class will<span class="Apple-converted-space">  </span>return the gui kit specific version of a FreqScope.<span class="Apple-converted-space"> </span></p>
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>See also:</b> <a href="../GUI.html"><span class="s3">GUI</span></a>, <a href="../GUI Classes.html"><span class="s3">GUI Classes</span></a>, <a href="../GUI Overview.html"><span class="s3">GUI Overview</span></a></span></p>
 <p class="p5"><br></p>
 <p class="p6"><b>Platform Specific Examples and Documentation:</b></p>
-<p class="p7"><p class="p1"><b>SwingGUI:<span class="Apple-tab-span">     </span></b><a href="../../SwingOSC/JFreqScope.html">JFreqScope</a></p><p class="p1"></p><p class="p1"><b>CocoaGUI:<span class="Apple-tab-span">     </span></b><a href="SCFreqScopeWindow.html">SCFreqScopeWindow</a></p><p class="p1"></p></p>
-<p class="p1">Some of the<span class="Apple-converted-space">  </span>links above might not work, if the help files for the listed kit are not included in your setup.</p>
-<p class="p1">If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs.</p>
-<p class="p1">Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
+<p class="p7"><p class="p1"><b>SwingGUI:<span class="Apple-tab-span">     </span></b><a href="../../SwingOSC/JFreqScope.html">JFreqScope</a></p><p class="p1"></p><p class="p1"><b>CocoaGUI:<span class="Apple-tab-span">     </span></b><a href="../SCFreqScopeWindow.html">SCFreqScopeWindow</a></p><p class="p1"></p></p>
+<p class="p8"><br></p>
+<p class="p1">Some of the links above might not work, if the help files for the listed kit are not included in your setup. If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs. Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
 <p class="p2"><span class="Apple-tab-span">	</span></p>
-<p class="p8"><span class="Apple-tab-span">	</span>(</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
-<p class="p8"><span class="s2"><span class="Apple-tab-span">	</span></span>)</p>
+<p class="p9"><span class="Apple-tab-span">	</span>(</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
+<p class="p9"><span class="Apple-tab-span">	</span>)</p>
 <p class="p4"><br></p>
 </body>
 </html>

Modified: trunk/build/Help/GUI/stubs/FreqScopeView.html
===================================================================
--- trunk/build/Help/GUI/stubs/FreqScopeView.html	2008-12-12 04:33:09 UTC (rev 8114)
+++ trunk/build/Help/GUI/stubs/FreqScopeView.html	2008-12-12 09:19:46 UTC (rev 8115)
@@ -14,13 +14,14 @@
 p.p5 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 12.0px Helvetica; min-height: 14.0px}
 p.p6 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 14.0px Helvetica}
 p.p7 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times}
-p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
-p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #bf0000}
+p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times; min-height: 19.0px}
+p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
+p.p10 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #6c3024}
 span.s1 {font: 18.0px Helvetica}
 span.s2 {color: #000000}
 span.s3 {text-decoration: underline}
-span.s4 {color: #0c2eee}
-span.s5 {color: #0000bf}
+span.s4 {color: #314bd1}
+span.s5 {color: #182fa6}
 span.Apple-tab-span {white-space:pre}
 </style>
 </head>
@@ -29,20 +30,19 @@
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>Inherits from: </b><a href="../../Core/Object.html"><b>Object</b></a><b> : </b><a href="../ViewRedirecter.html"><b>ViewRedirecter</b></a></span></p>
 <p class="p4"><br></p>
-<p class="p1">A Cross-platform redirect class for a FreqScopeView. This class will create and return the platform/editor specific version of a FreqScopeView.<span class="Apple-converted-space"> </span></p>
+<p class="p1">This class will<span class="Apple-converted-space">  </span>return the gui kit specific version of a FreqScopeView.<span class="Apple-converted-space"> </span></p>
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>See also:</b> <a href="../GUI.html"><span class="s3">GUI</span></a>, <a href="../GUI Classes.html"><span class="s3">GUI Classes</span></a>, <a href="../GUI Overview.html"><span class="s3">GUI Overview</span></a></span></p>
 <p class="p5"><br></p>
 <p class="p6"><b>Platform Specific Examples and Documentation:</b></p>
 <p class="p7"><p class="p1"><b>SwingGUI:<span class="Apple-tab-span">     </span></b><a href="../../SwingOSC/JSCFreqScope.html">JSCFreqScope</a></p><p class="p1"></p><p class="p1"><b>CocoaGUI:<span class="Apple-tab-span">     </span></b><a href="../SCFreqScope.html">SCFreqScope</a></p><p class="p1"></p></p>
-<p class="p1">Some of the<span class="Apple-converted-space">  </span>links above might not work, if the help files for the listed kit are not included in your setup.</p>
-<p class="p1">If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs.</p>
-<p class="p1">Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
+<p class="p8"><br></p>
+<p class="p1">Some of the links above might not work, if the help files for the listed kit are not included in your setup. If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs. Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
 <p class="p2"><span class="Apple-tab-span">	</span></p>
-<p class="p8"><span class="Apple-tab-span">	</span>(</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
-<p class="p8"><span class="s2"><span class="Apple-tab-span">	</span></span>)</p>
+<p class="p9"><span class="Apple-tab-span">	</span>(</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
+<p class="p9"><span class="Apple-tab-span">	</span>)</p>
 <p class="p4"><br></p>
 </body>
 </html>

Modified: trunk/build/Help/GUI/stubs/HLayoutView.html
===================================================================
--- trunk/build/Help/GUI/stubs/HLayoutView.html	2008-12-12 04:33:09 UTC (rev 8114)
+++ trunk/build/Help/GUI/stubs/HLayoutView.html	2008-12-12 09:19:46 UTC (rev 8115)
@@ -14,13 +14,14 @@
 p.p5 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 12.0px Helvetica; min-height: 14.0px}
 p.p6 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 14.0px Helvetica}
 p.p7 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times}
-p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
-p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #bf0000}
+p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times; min-height: 19.0px}
+p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
+p.p10 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #6c3024}
 span.s1 {font: 18.0px Helvetica}
 span.s2 {color: #000000}
 span.s3 {text-decoration: underline}
-span.s4 {color: #0c2eee}
-span.s5 {color: #0000bf}
+span.s4 {color: #314bd1}
+span.s5 {color: #182fa6}
 span.Apple-tab-span {white-space:pre}
 </style>
 </head>
@@ -29,20 +30,19 @@
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>Inherits from: </b><a href="../../Core/Object.html"><b>Object</b></a><b> : </b><a href="../ViewRedirecter.html"><b>ViewRedirecter</b></a></span></p>
 <p class="p4"><br></p>
-<p class="p1">A Cross-platform redirect class for a HLayoutView. This class will create and return the platform/editor specific version of a HLayoutView.<span class="Apple-converted-space"> </span></p>
+<p class="p1">This class will<span class="Apple-converted-space">  </span>return the gui kit specific version of a HLayoutView.<span class="Apple-converted-space"> </span></p>
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>See also:</b> <a href="../GUI.html"><span class="s3">GUI</span></a>, <a href="../GUI Classes.html"><span class="s3">GUI Classes</span></a>, <a href="../GUI Overview.html"><span class="s3">GUI Overview</span></a></span></p>
 <p class="p5"><br></p>
 <p class="p6"><b>Platform Specific Examples and Documentation:</b></p>
 <p class="p7"><p class="p1"><b>SwingGUI:<span class="Apple-tab-span">     </span></b><a href="../../SwingOSC/JSCHLayoutView.html">JSCHLayoutView</a></p><p class="p1"></p><p class="p1"><b>CocoaGUI:<span class="Apple-tab-span">     </span></b><a href="../SCHLayoutView.html">SCHLayoutView</a></p><p class="p1"></p></p>
-<p class="p1">Some of the<span class="Apple-converted-space">  </span>links above might not work, if the help files for the listed kit are not included in your setup.</p>
-<p class="p1">If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs.</p>
-<p class="p1">Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
+<p class="p8"><br></p>
+<p class="p1">Some of the links above might not work, if the help files for the listed kit are not included in your setup. If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs. Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
 <p class="p2"><span class="Apple-tab-span">	</span></p>
-<p class="p8"><span class="Apple-tab-span">	</span>(</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
-<p class="p8"><span class="s2"><span class="Apple-tab-span">	</span></span>)</p>
+<p class="p9"><span class="Apple-tab-span">	</span>(</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
+<p class="p9"><span class="Apple-tab-span">	</span>)</p>
 <p class="p4"><br></p>
 </body>
 </html>

Modified: trunk/build/Help/GUI/stubs/ListView.html
===================================================================
--- trunk/build/Help/GUI/stubs/ListView.html	2008-12-12 04:33:09 UTC (rev 8114)
+++ trunk/build/Help/GUI/stubs/ListView.html	2008-12-12 09:19:46 UTC (rev 8115)
@@ -14,13 +14,14 @@
 p.p5 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 12.0px Helvetica; min-height: 14.0px}
 p.p6 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 14.0px Helvetica}
 p.p7 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times}
-p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
-p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #bf0000}
+p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times; min-height: 19.0px}
+p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
+p.p10 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #6c3024}
 span.s1 {font: 18.0px Helvetica}
 span.s2 {color: #000000}
 span.s3 {text-decoration: underline}
-span.s4 {color: #0c2eee}
-span.s5 {color: #0000bf}
+span.s4 {color: #314bd1}
+span.s5 {color: #182fa6}
 span.Apple-tab-span {white-space:pre}
 </style>
 </head>
@@ -29,20 +30,19 @@
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>Inherits from: </b><a href="../../Core/Object.html"><b>Object</b></a><b> : </b><a href="../ViewRedirecter.html"><b>ViewRedirecter</b></a></span></p>
 <p class="p4"><br></p>
-<p class="p1">A Cross-platform redirect class for a ListView. This class will create and return the platform/editor specific version of a ListView.<span class="Apple-converted-space"> </span></p>
+<p class="p1">This class will<span class="Apple-converted-space">  </span>return the gui kit specific version of a ListView.<span class="Apple-converted-space"> </span></p>
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>See also:</b> <a href="../GUI.html"><span class="s3">GUI</span></a>, <a href="../GUI Classes.html"><span class="s3">GUI Classes</span></a>, <a href="../GUI Overview.html"><span class="s3">GUI Overview</span></a></span></p>
 <p class="p5"><br></p>
 <p class="p6"><b>Platform Specific Examples and Documentation:</b></p>
 <p class="p7"><p class="p1"><b>SwingGUI:<span class="Apple-tab-span">     </span></b><a href="../../SwingOSC/JSCListView.html">JSCListView</a></p><p class="p1"></p><p class="p1"><b>CocoaGUI:<span class="Apple-tab-span">     </span></b><a href="../SCListView.html">SCListView</a></p><p class="p1"></p></p>
-<p class="p1">Some of the<span class="Apple-converted-space">  </span>links above might not work, if the help files for the listed kit are not included in your setup.</p>
-<p class="p1">If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs.</p>
-<p class="p1">Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
+<p class="p8"><br></p>
+<p class="p1">Some of the links above might not work, if the help files for the listed kit are not included in your setup. If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs. Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
 <p class="p2"><span class="Apple-tab-span">	</span></p>
-<p class="p8"><span class="Apple-tab-span">	</span>(</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
-<p class="p8"><span class="s2"><span class="Apple-tab-span">	</span></span>)</p>
+<p class="p9"><span class="Apple-tab-span">	</span>(</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
+<p class="p9"><span class="Apple-tab-span">	</span>)</p>
 <p class="p4"><br></p>
 </body>
 </html>

Modified: trunk/build/Help/GUI/stubs/MovieView.html
===================================================================
--- trunk/build/Help/GUI/stubs/MovieView.html	2008-12-12 04:33:09 UTC (rev 8114)
+++ trunk/build/Help/GUI/stubs/MovieView.html	2008-12-12 09:19:46 UTC (rev 8115)
@@ -14,13 +14,14 @@
 p.p5 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 12.0px Helvetica; min-height: 14.0px}
 p.p6 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 14.0px Helvetica}
 p.p7 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times}
-p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
-p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #bf0000}
+p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times; min-height: 19.0px}
+p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
+p.p10 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #6c3024}
 span.s1 {font: 18.0px Helvetica}
 span.s2 {color: #000000}
 span.s3 {text-decoration: underline}
-span.s4 {color: #0c2eee}
-span.s5 {color: #0000bf}
+span.s4 {color: #314bd1}
+span.s5 {color: #182fa6}
 span.Apple-tab-span {white-space:pre}
 </style>
 </head>
@@ -29,20 +30,19 @@
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>Inherits from: </b><a href="../../Core/Object.html"><b>Object</b></a><b> : </b><a href="../ViewRedirecter.html"><b>ViewRedirecter</b></a></span></p>
 <p class="p4"><br></p>
-<p class="p1">A Cross-platform redirect class for a MovieView. This class will create and return the platform/editor specific version of a MovieView.<span class="Apple-converted-space"> </span></p>
+<p class="p1">This class will<span class="Apple-converted-space">  </span>return the gui kit specific version of a MovieView.<span class="Apple-converted-space"> </span></p>
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>See also:</b> <a href="../GUI.html"><span class="s3">GUI</span></a>, <a href="../GUI Classes.html"><span class="s3">GUI Classes</span></a>, <a href="../GUI Overview.html"><span class="s3">GUI Overview</span></a></span></p>
 <p class="p5"><br></p>
 <p class="p6"><b>Platform Specific Examples and Documentation:</b></p>
 <p class="p7"><p class="p1"><b>SwingGUI:<span class="Apple-tab-span">     </span></b><a href="../../SwingOSC/JSCMovieView.html">JSCMovieView</a></p><p class="p1"></p><p class="p1"><b>CocoaGUI:<span class="Apple-tab-span">     </span></b><a href="../SCMovieView.html">SCMovieView</a></p><p class="p1"></p></p>
-<p class="p1">Some of the<span class="Apple-converted-space">  </span>links above might not work, if the help files for the listed kit are not included in your setup.</p>
-<p class="p1">If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs.</p>
-<p class="p1">Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
+<p class="p8"><br></p>
+<p class="p1">Some of the links above might not work, if the help files for the listed kit are not included in your setup. If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs. Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
 <p class="p2"><span class="Apple-tab-span">	</span></p>
-<p class="p8"><span class="Apple-tab-span">	</span>(</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
-<p class="p8"><span class="s2"><span class="Apple-tab-span">	</span></span>)</p>
+<p class="p9"><span class="Apple-tab-span">	</span>(</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
+<p class="p9"><span class="Apple-tab-span">	</span>)</p>
 <p class="p4"><br></p>
 </body>
 </html>

Modified: trunk/build/Help/GUI/stubs/MultiSliderView.html
===================================================================
--- trunk/build/Help/GUI/stubs/MultiSliderView.html	2008-12-12 04:33:09 UTC (rev 8114)
+++ trunk/build/Help/GUI/stubs/MultiSliderView.html	2008-12-12 09:19:46 UTC (rev 8115)
@@ -14,13 +14,14 @@
 p.p5 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 12.0px Helvetica; min-height: 14.0px}
 p.p6 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 14.0px Helvetica}
 p.p7 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times}
-p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
-p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #bf0000}
+p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times; min-height: 19.0px}
+p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
+p.p10 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #6c3024}
 span.s1 {font: 18.0px Helvetica}
 span.s2 {color: #000000}
 span.s3 {text-decoration: underline}
-span.s4 {color: #0c2eee}
-span.s5 {color: #0000bf}
+span.s4 {color: #314bd1}
+span.s5 {color: #182fa6}
 span.Apple-tab-span {white-space:pre}
 </style>
 </head>
@@ -29,20 +30,19 @@
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>Inherits from: </b><a href="../../Core/Object.html"><b>Object</b></a><b> : </b><a href="../ViewRedirecter.html"><b>ViewRedirecter</b></a></span></p>
 <p class="p4"><br></p>
-<p class="p1">A Cross-platform redirect class for a MultiSliderView. This class will create and return the platform/editor specific version of a MultiSliderView.<span class="Apple-converted-space"> </span></p>
+<p class="p1">This class will<span class="Apple-converted-space">  </span>return the gui kit specific version of a MultiSliderView.<span class="Apple-converted-space"> </span></p>
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>See also:</b> <a href="../GUI.html"><span class="s3">GUI</span></a>, <a href="../GUI Classes.html"><span class="s3">GUI Classes</span></a>, <a href="../GUI Overview.html"><span class="s3">GUI Overview</span></a></span></p>
 <p class="p5"><br></p>
 <p class="p6"><b>Platform Specific Examples and Documentation:</b></p>
 <p class="p7"><p class="p1"><b>SwingGUI:<span class="Apple-tab-span">     </span></b><a href="../../SwingOSC/JSCMultiSliderView.html">JSCMultiSliderView</a></p><p class="p1"></p><p class="p1"><b>CocoaGUI:<span class="Apple-tab-span">     </span></b><a href="../SCMultiSliderView.html">SCMultiSliderView</a></p><p class="p1"></p></p>
-<p class="p1">Some of the<span class="Apple-converted-space">  </span>links above might not work, if the help files for the listed kit are not included in your setup.</p>
-<p class="p1">If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs.</p>
-<p class="p1">Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
+<p class="p8"><br></p>
+<p class="p1">Some of the links above might not work, if the help files for the listed kit are not included in your setup. If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs. Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
 <p class="p2"><span class="Apple-tab-span">	</span></p>
-<p class="p8"><span class="Apple-tab-span">	</span>(</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
-<p class="p8"><span class="s2"><span class="Apple-tab-span">	</span></span>)</p>
+<p class="p9"><span class="Apple-tab-span">	</span>(</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
+<p class="p9"><span class="Apple-tab-span">	</span>)</p>
 <p class="p4"><br></p>
 </body>
 </html>

Modified: trunk/build/Help/GUI/stubs/NumberBox.html
===================================================================
--- trunk/build/Help/GUI/stubs/NumberBox.html	2008-12-12 04:33:09 UTC (rev 8114)
+++ trunk/build/Help/GUI/stubs/NumberBox.html	2008-12-12 09:19:46 UTC (rev 8115)
@@ -14,13 +14,14 @@
 p.p5 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 12.0px Helvetica; min-height: 14.0px}
 p.p6 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 14.0px Helvetica}
 p.p7 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times}
-p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
-p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #bf0000}
+p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times; min-height: 19.0px}
+p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
+p.p10 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #6c3024}
 span.s1 {font: 18.0px Helvetica}
 span.s2 {color: #000000}
 span.s3 {text-decoration: underline}
-span.s4 {color: #0c2eee}
-span.s5 {color: #0000bf}
+span.s4 {color: #314bd1}
+span.s5 {color: #182fa6}
 span.Apple-tab-span {white-space:pre}
 </style>
 </head>
@@ -29,20 +30,19 @@
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>Inherits from: </b><a href="../../Core/Object.html"><b>Object</b></a><b> : </b><a href="../ViewRedirecter.html"><b>ViewRedirecter</b></a></span></p>
 <p class="p4"><br></p>
-<p class="p1">A Cross-platform redirect class for a NumberBox. This class will create and return the platform/editor specific version of a NumberBox.<span class="Apple-converted-space"> </span></p>
+<p class="p1">This class will<span class="Apple-converted-space">  </span>return the gui kit specific version of a NumberBox.<span class="Apple-converted-space"> </span></p>
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>See also:</b> <a href="../GUI.html"><span class="s3">GUI</span></a>, <a href="../GUI Classes.html"><span class="s3">GUI Classes</span></a>, <a href="../GUI Overview.html"><span class="s3">GUI Overview</span></a></span></p>
 <p class="p5"><br></p>
 <p class="p6"><b>Platform Specific Examples and Documentation:</b></p>
 <p class="p7"><p class="p1"><b>SwingGUI:<span class="Apple-tab-span">     </span></b><a href="../../SwingOSC/JSCNumberBox.html">JSCNumberBox</a></p><p class="p1"></p><p class="p1"><b>CocoaGUI:<span class="Apple-tab-span">     </span></b><a href="../SCNumberBox.html">SCNumberBox</a></p><p class="p1"></p></p>
-<p class="p1">Some of the<span class="Apple-converted-space">  </span>links above might not work, if the help files for the listed kit are not included in your setup.</p>
-<p class="p1">If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs.</p>
-<p class="p1">Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
+<p class="p8"><br></p>
+<p class="p1">Some of the links above might not work, if the help files for the listed kit are not included in your setup. If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs. Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
 <p class="p2"><span class="Apple-tab-span">	</span></p>
-<p class="p8"><span class="Apple-tab-span">	</span>(</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
-<p class="p8"><span class="s2"><span class="Apple-tab-span">	</span></span>)</p>
+<p class="p9"><span class="Apple-tab-span">	</span>(</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
+<p class="p9"><span class="Apple-tab-span">	</span>)</p>
 <p class="p4"><br></p>
 </body>
 </html>

Modified: trunk/build/Help/GUI/stubs/Pen.html
===================================================================
--- trunk/build/Help/GUI/stubs/Pen.html	2008-12-12 04:33:09 UTC (rev 8114)
+++ trunk/build/Help/GUI/stubs/Pen.html	2008-12-12 09:19:46 UTC (rev 8115)
@@ -14,13 +14,14 @@
 p.p5 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 12.0px Helvetica; min-height: 14.0px}
 p.p6 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 14.0px Helvetica}
 p.p7 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times}
-p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
-p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #bf0000}
+p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times; min-height: 19.0px}
+p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
+p.p10 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #6c3024}
 span.s1 {font: 18.0px Helvetica}
 span.s2 {color: #000000}
 span.s3 {text-decoration: underline}
-span.s4 {color: #0c2eee}
-span.s5 {color: #0000bf}
+span.s4 {color: #314bd1}
+span.s5 {color: #182fa6}
 span.Apple-tab-span {white-space:pre}
 </style>
 </head>
@@ -29,20 +30,19 @@
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>Inherits from: </b><a href="../../Core/Object.html"><b>Object</b></a><b> : </b><a href="../ViewRedirecter.html"><b>ViewRedirecter</b></a></span></p>
 <p class="p4"><br></p>
-<p class="p1">A Cross-platform redirect class for a Pen. This class will create and return the platform/editor specific version of a Pen.<span class="Apple-converted-space"> </span></p>
+<p class="p1">This class will<span class="Apple-converted-space">  </span>return the gui kit specific version of a Pen.<span class="Apple-converted-space"> </span></p>
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>See also:</b> <a href="../GUI.html"><span class="s3">GUI</span></a>, <a href="../GUI Classes.html"><span class="s3">GUI Classes</span></a>, <a href="../GUI Overview.html"><span class="s3">GUI Overview</span></a></span></p>
 <p class="p5"><br></p>
 <p class="p6"><b>Platform Specific Examples and Documentation:</b></p>
-<p class="p7"><p class="p1"><b>SwingGUI:<span class="Apple-tab-span">     </span></b><a href="../../SwingOSC/JPen.html">JPen</a></p><p class="p1"></p><p class="p1"><b>CocoaGUI:<span class="Apple-tab-span">     </span></b><a href="SCPen.html">SCPen</a></p><p class="p1"></p></p>
-<p class="p1">Some of the<span class="Apple-converted-space">  </span>links above might not work, if the help files for the listed kit are not included in your setup.</p>
-<p class="p1">If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs.</p>
-<p class="p1">Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
+<p class="p7"><p class="p1"><b>SwingGUI:<span class="Apple-tab-span">     </span></b><a href="../../SwingOSC/JPen.html">JPen</a></p><p class="p1"></p><p class="p1"><b>CocoaGUI:<span class="Apple-tab-span">     </span></b><a href="../SCPen.html">SCPen</a></p><p class="p1"></p></p>
+<p class="p8"><br></p>
+<p class="p1">Some of the links above might not work, if the help files for the listed kit are not included in your setup. If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs. Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
 <p class="p2"><span class="Apple-tab-span">	</span></p>
-<p class="p8"><span class="Apple-tab-span">	</span>(</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
-<p class="p8"><span class="s2"><span class="Apple-tab-span">	</span></span>)</p>
+<p class="p9"><span class="Apple-tab-span">	</span>(</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
+<p class="p9"><span class="Apple-tab-span">	</span>)</p>
 <p class="p4"><br></p>
 </body>
 </html>

Modified: trunk/build/Help/GUI/stubs/PopUpMenu.html
===================================================================
--- trunk/build/Help/GUI/stubs/PopUpMenu.html	2008-12-12 04:33:09 UTC (rev 8114)
+++ trunk/build/Help/GUI/stubs/PopUpMenu.html	2008-12-12 09:19:46 UTC (rev 8115)
@@ -14,13 +14,14 @@
 p.p5 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 12.0px Helvetica; min-height: 14.0px}
 p.p6 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 14.0px Helvetica}
 p.p7 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times}
-p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
-p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #bf0000}
+p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times; min-height: 19.0px}
+p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
+p.p10 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #6c3024}
 span.s1 {font: 18.0px Helvetica}
 span.s2 {color: #000000}
 span.s3 {text-decoration: underline}
-span.s4 {color: #0c2eee}
-span.s5 {color: #0000bf}
+span.s4 {color: #314bd1}
+span.s5 {color: #182fa6}
 span.Apple-tab-span {white-space:pre}
 </style>
 </head>
@@ -29,20 +30,19 @@
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>Inherits from: </b><a href="../../Core/Object.html"><b>Object</b></a><b> : </b><a href="../ViewRedirecter.html"><b>ViewRedirecter</b></a></span></p>
 <p class="p4"><br></p>
-<p class="p1">A Cross-platform redirect class for a PopUpMenu. This class will create and return the platform/editor specific version of a PopUpMenu.<span class="Apple-converted-space"> </span></p>
+<p class="p1">This class will<span class="Apple-converted-space">  </span>return the gui kit specific version of a PopUpMenu.<span class="Apple-converted-space"> </span></p>
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>See also:</b> <a href="../GUI.html"><span class="s3">GUI</span></a>, <a href="../GUI Classes.html"><span class="s3">GUI Classes</span></a>, <a href="../GUI Overview.html"><span class="s3">GUI Overview</span></a></span></p>
 <p class="p5"><br></p>
 <p class="p6"><b>Platform Specific Examples and Documentation:</b></p>
 <p class="p7"><p class="p1"><b>SwingGUI:<span class="Apple-tab-span">     </span></b><a href="../../SwingOSC/JSCPopUpMenu.html">JSCPopUpMenu</a></p><p class="p1"></p><p class="p1"><b>CocoaGUI:<span class="Apple-tab-span">     </span></b><a href="../SCPopUpMenu.html">SCPopUpMenu</a></p><p class="p1"></p></p>
-<p class="p1">Some of the<span class="Apple-converted-space">  </span>links above might not work, if the help files for the listed kit are not included in your setup.</p>
-<p class="p1">If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs.</p>
-<p class="p1">Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
+<p class="p8"><br></p>
+<p class="p1">Some of the links above might not work, if the help files for the listed kit are not included in your setup. If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs. Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
 <p class="p2"><span class="Apple-tab-span">	</span></p>
-<p class="p8"><span class="Apple-tab-span">	</span>(</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
-<p class="p8"><span class="s2"><span class="Apple-tab-span">	</span></span>)</p>
+<p class="p9"><span class="Apple-tab-span">	</span>(</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
+<p class="p9"><span class="Apple-tab-span">	</span>)</p>
 <p class="p4"><br></p>
 </body>
 </html>

Modified: trunk/build/Help/GUI/stubs/QuartzComposerView.html
===================================================================
--- trunk/build/Help/GUI/stubs/QuartzComposerView.html	2008-12-12 04:33:09 UTC (rev 8114)
+++ trunk/build/Help/GUI/stubs/QuartzComposerView.html	2008-12-12 09:19:46 UTC (rev 8115)
@@ -14,13 +14,14 @@
 p.p5 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 12.0px Helvetica; min-height: 14.0px}
 p.p6 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 14.0px Helvetica}
 p.p7 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times}
-p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
-p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #bf0000}
+p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times; min-height: 19.0px}
+p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
+p.p10 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #6c3024}
 span.s1 {font: 18.0px Helvetica}
 span.s2 {color: #000000}
 span.s3 {text-decoration: underline}
-span.s4 {color: #0c2eee}
-span.s5 {color: #0000bf}
+span.s4 {color: #314bd1}
+span.s5 {color: #182fa6}
 span.Apple-tab-span {white-space:pre}
 </style>
 </head>
@@ -29,20 +30,19 @@
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>Inherits from: </b><a href="../../Core/Object.html"><b>Object</b></a><b> : </b><a href="../ViewRedirecter.html"><b>ViewRedirecter</b></a></span></p>
 <p class="p4"><br></p>
-<p class="p1">A Cross-platform redirect class for a QuartzComposerView. This class will create and return the platform/editor specific version of a QuartzComposerView.<span class="Apple-converted-space"> </span></p>
+<p class="p1">This class will<span class="Apple-converted-space">  </span>return the gui kit specific version of a QuartzComposerView.<span class="Apple-converted-space"> </span></p>
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>See also:</b> <a href="../GUI.html"><span class="s3">GUI</span></a>, <a href="../GUI Classes.html"><span class="s3">GUI Classes</span></a>, <a href="../GUI Overview.html"><span class="s3">GUI Overview</span></a></span></p>
 <p class="p5"><br></p>
 <p class="p6"><b>Platform Specific Examples and Documentation:</b></p>
 <p class="p7"><p class="p1"><b>CocoaGUI:<span class="Apple-tab-span">     </span></b><a href="../SCQuartzComposerView/SCQuartzComposerView.html">SCQuartzComposerView</a></p><p class="p1"></p></p>
-<p class="p1">Some of the<span class="Apple-converted-space">  </span>links above might not work, if the help files for the listed kit are not included in your setup.</p>
-<p class="p1">If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs.</p>
-<p class="p1">Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
+<p class="p8"><br></p>
+<p class="p1">Some of the links above might not work, if the help files for the listed kit are not included in your setup. If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs. Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
 <p class="p2"><span class="Apple-tab-span">	</span></p>
-<p class="p8"><span class="Apple-tab-span">	</span>(</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
-<p class="p8"><span class="s2"><span class="Apple-tab-span">	</span></span>)</p>
+<p class="p9"><span class="Apple-tab-span">	</span>(</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
+<p class="p9"><span class="Apple-tab-span">	</span>)</p>
 <p class="p4"><br></p>
 </body>
 </html>

Modified: trunk/build/Help/GUI/stubs/RangeSlider.html
===================================================================
--- trunk/build/Help/GUI/stubs/RangeSlider.html	2008-12-12 04:33:09 UTC (rev 8114)
+++ trunk/build/Help/GUI/stubs/RangeSlider.html	2008-12-12 09:19:46 UTC (rev 8115)
@@ -14,13 +14,14 @@
 p.p5 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 12.0px Helvetica; min-height: 14.0px}
 p.p6 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 14.0px Helvetica}
 p.p7 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times}
-p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
-p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #bf0000}
+p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times; min-height: 19.0px}
+p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
+p.p10 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #6c3024}
 span.s1 {font: 18.0px Helvetica}
 span.s2 {color: #000000}
 span.s3 {text-decoration: underline}
-span.s4 {color: #0c2eee}
-span.s5 {color: #0000bf}
+span.s4 {color: #314bd1}
+span.s5 {color: #182fa6}
 span.Apple-tab-span {white-space:pre}
 </style>
 </head>
@@ -29,20 +30,19 @@
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>Inherits from: </b><a href="../../Core/Object.html"><b>Object</b></a><b> : </b><a href="../ViewRedirecter.html"><b>ViewRedirecter</b></a></span></p>
 <p class="p4"><br></p>
-<p class="p1">A Cross-platform redirect class for a RangeSlider. This class will create and return the platform/editor specific version of a RangeSlider.<span class="Apple-converted-space"> </span></p>
+<p class="p1">This class will<span class="Apple-converted-space">  </span>return the gui kit specific version of a RangeSlider.<span class="Apple-converted-space"> </span></p>
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>See also:</b> <a href="../GUI.html"><span class="s3">GUI</span></a>, <a href="../GUI Classes.html"><span class="s3">GUI Classes</span></a>, <a href="../GUI Overview.html"><span class="s3">GUI Overview</span></a></span></p>
 <p class="p5"><br></p>
 <p class="p6"><b>Platform Specific Examples and Documentation:</b></p>
 <p class="p7"><p class="p1"><b>SwingGUI:<span class="Apple-tab-span">     </span></b><a href="../../SwingOSC/JSCRangeSlider.html">JSCRangeSlider</a></p><p class="p1"></p><p class="p1"><b>CocoaGUI:<span class="Apple-tab-span">     </span></b><a href="../SCRangeSlider.html">SCRangeSlider</a></p><p class="p1"></p></p>
-<p class="p1">Some of the<span class="Apple-converted-space">  </span>links above might not work, if the help files for the listed kit are not included in your setup.</p>
-<p class="p1">If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs.</p>
-<p class="p1">Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
+<p class="p8"><br></p>
+<p class="p1">Some of the links above might not work, if the help files for the listed kit are not included in your setup. If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs. Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
 <p class="p2"><span class="Apple-tab-span">	</span></p>
-<p class="p8"><span class="Apple-tab-span">	</span>(</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
-<p class="p8"><span class="s2"><span class="Apple-tab-span">	</span></span>)</p>
+<p class="p9"><span class="Apple-tab-span">	</span>(</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
+<p class="p9"><span class="Apple-tab-span">	</span>)</p>
 <p class="p4"><br></p>
 </body>
 </html>

Modified: trunk/build/Help/GUI/stubs/ScopeView.html
===================================================================
--- trunk/build/Help/GUI/stubs/ScopeView.html	2008-12-12 04:33:09 UTC (rev 8114)
+++ trunk/build/Help/GUI/stubs/ScopeView.html	2008-12-12 09:19:46 UTC (rev 8115)
@@ -14,13 +14,14 @@
 p.p5 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 12.0px Helvetica; min-height: 14.0px}
 p.p6 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 14.0px Helvetica}
 p.p7 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times}
-p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
-p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #bf0000}
+p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times; min-height: 19.0px}
+p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
+p.p10 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #6c3024}
 span.s1 {font: 18.0px Helvetica}
 span.s2 {color: #000000}
 span.s3 {text-decoration: underline}
-span.s4 {color: #0c2eee}
-span.s5 {color: #0000bf}
+span.s4 {color: #314bd1}
+span.s5 {color: #182fa6}
 span.Apple-tab-span {white-space:pre}
 </style>
 </head>
@@ -29,20 +30,19 @@
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>Inherits from: </b><a href="../../Core/Object.html"><b>Object</b></a><b> : </b><a href="../ViewRedirecter.html"><b>ViewRedirecter</b></a></span></p>
 <p class="p4"><br></p>
-<p class="p1">A Cross-platform redirect class for a ScopeView. This class will create and return the platform/editor specific version of a ScopeView.<span class="Apple-converted-space"> </span></p>
+<p class="p1">This class will<span class="Apple-converted-space">  </span>return the gui kit specific version of a ScopeView.<span class="Apple-converted-space"> </span></p>
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>See also:</b> <a href="../GUI.html"><span class="s3">GUI</span></a>, <a href="../GUI Classes.html"><span class="s3">GUI Classes</span></a>, <a href="../GUI Overview.html"><span class="s3">GUI Overview</span></a></span></p>
 <p class="p5"><br></p>
 <p class="p6"><b>Platform Specific Examples and Documentation:</b></p>
 <p class="p7"><p class="p1"><b>SwingGUI:<span class="Apple-tab-span">     </span></b><a href="../../SwingOSC/JSCScope.html">JSCScope</a></p><p class="p1"></p><p class="p1"><b>CocoaGUI:<span class="Apple-tab-span">     </span></b><a href="../SCScope.html">SCScope</a></p><p class="p1"></p></p>
-<p class="p1">Some of the<span class="Apple-converted-space">  </span>links above might not work, if the help files for the listed kit are not included in your setup.</p>
-<p class="p1">If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs.</p>
-<p class="p1">Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
+<p class="p8"><br></p>
+<p class="p1">Some of the links above might not work, if the help files for the listed kit are not included in your setup. If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs. Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
 <p class="p2"><span class="Apple-tab-span">	</span></p>
-<p class="p8"><span class="Apple-tab-span">	</span>(</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
-<p class="p8"><span class="s2"><span class="Apple-tab-span">	</span></span>)</p>
+<p class="p9"><span class="Apple-tab-span">	</span>(</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
+<p class="p9"><span class="Apple-tab-span">	</span>)</p>
 <p class="p4"><br></p>
 </body>
 </html>

Modified: trunk/build/Help/GUI/stubs/ScrollView.html
===================================================================
--- trunk/build/Help/GUI/stubs/ScrollView.html	2008-12-12 04:33:09 UTC (rev 8114)
+++ trunk/build/Help/GUI/stubs/ScrollView.html	2008-12-12 09:19:46 UTC (rev 8115)
@@ -14,13 +14,14 @@
 p.p5 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 12.0px Helvetica; min-height: 14.0px}
 p.p6 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 14.0px Helvetica}
 p.p7 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times}
-p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
-p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #bf0000}
+p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times; min-height: 19.0px}
+p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
+p.p10 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #6c3024}
 span.s1 {font: 18.0px Helvetica}
 span.s2 {color: #000000}
 span.s3 {text-decoration: underline}
-span.s4 {color: #0c2eee}
-span.s5 {color: #0000bf}
+span.s4 {color: #314bd1}
+span.s5 {color: #182fa6}
 span.Apple-tab-span {white-space:pre}
 </style>
 </head>
@@ -29,20 +30,19 @@
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>Inherits from: </b><a href="../../Core/Object.html"><b>Object</b></a><b> : </b><a href="../ViewRedirecter.html"><b>ViewRedirecter</b></a></span></p>
 <p class="p4"><br></p>
-<p class="p1">A Cross-platform redirect class for a ScrollView. This class will create and return the platform/editor specific version of a ScrollView.<span class="Apple-converted-space"> </span></p>
+<p class="p1">This class will<span class="Apple-converted-space">  </span>return the gui kit specific version of a ScrollView.<span class="Apple-converted-space"> </span></p>
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>See also:</b> <a href="../GUI.html"><span class="s3">GUI</span></a>, <a href="../GUI Classes.html"><span class="s3">GUI Classes</span></a>, <a href="../GUI Overview.html"><span class="s3">GUI Overview</span></a></span></p>
 <p class="p5"><br></p>
 <p class="p6"><b>Platform Specific Examples and Documentation:</b></p>
 <p class="p7"><p class="p1"><b>SwingGUI:<span class="Apple-tab-span">     </span></b><a href="../../SwingOSC/JSCScrollView.html">JSCScrollView</a></p><p class="p1"></p><p class="p1"><b>CocoaGUI:<span class="Apple-tab-span">     </span></b><a href="../SCScrollView.html">SCScrollView</a></p><p class="p1"></p></p>
-<p class="p1">Some of the<span class="Apple-converted-space">  </span>links above might not work, if the help files for the listed kit are not included in your setup.</p>
-<p class="p1">If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs.</p>
-<p class="p1">Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
+<p class="p8"><br></p>
+<p class="p1">Some of the links above might not work, if the help files for the listed kit are not included in your setup. If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs. Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
 <p class="p2"><span class="Apple-tab-span">	</span></p>
-<p class="p8"><span class="Apple-tab-span">	</span>(</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
-<p class="p8"><span class="s2"><span class="Apple-tab-span">	</span></span>)</p>
+<p class="p9"><span class="Apple-tab-span">	</span>(</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
+<p class="p9"><span class="Apple-tab-span">	</span>)</p>
 <p class="p4"><br></p>
 </body>
 </html>

Modified: trunk/build/Help/GUI/stubs/Slider.html
===================================================================
--- trunk/build/Help/GUI/stubs/Slider.html	2008-12-12 04:33:09 UTC (rev 8114)
+++ trunk/build/Help/GUI/stubs/Slider.html	2008-12-12 09:19:46 UTC (rev 8115)
@@ -14,13 +14,14 @@
 p.p5 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 12.0px Helvetica; min-height: 14.0px}
 p.p6 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 14.0px Helvetica}
 p.p7 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times}
-p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
-p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #bf0000}
+p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times; min-height: 19.0px}
+p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
+p.p10 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #6c3024}
 span.s1 {font: 18.0px Helvetica}
 span.s2 {color: #000000}
 span.s3 {text-decoration: underline}
-span.s4 {color: #0c2eee}
-span.s5 {color: #0000bf}
+span.s4 {color: #314bd1}
+span.s5 {color: #182fa6}
 span.Apple-tab-span {white-space:pre}
 </style>
 </head>
@@ -29,20 +30,19 @@
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>Inherits from: </b><a href="../../Core/Object.html"><b>Object</b></a><b> : </b><a href="../ViewRedirecter.html"><b>ViewRedirecter</b></a></span></p>
 <p class="p4"><br></p>
-<p class="p1">A Cross-platform redirect class for a Slider. This class will create and return the platform/editor specific version of a Slider.<span class="Apple-converted-space"> </span></p>
+<p class="p1">This class will<span class="Apple-converted-space">  </span>return the gui kit specific version of a Slider.<span class="Apple-converted-space"> </span></p>
 <p class="p2"><br></p>
 <p class="p3"><span class="s2"><b>See also:</b> <a href="../GUI.html"><span class="s3">GUI</span></a>, <a href="../GUI Classes.html"><span class="s3">GUI Classes</span></a>, <a href="../GUI Overview.html"><span class="s3">GUI Overview</span></a></span></p>
 <p class="p5"><br></p>
 <p class="p6"><b>Platform Specific Examples and Documentation:</b></p>
 <p class="p7"><p class="p1"><b>SwingGUI:<span class="Apple-tab-span">     </span></b><a href="../../SwingOSC/JSCSlider.html">JSCSlider</a></p><p class="p1"></p><p class="p1"><b>CocoaGUI:<span class="Apple-tab-span">     </span></b><a href="../SCSlider.html">SCSlider</a></p><p class="p1"></p></p>
-<p class="p1">Some of the<span class="Apple-converted-space">  </span>links above might not work, if the help files for the listed kit are not included in your setup.</p>
-<p class="p1">If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs.</p>
-<p class="p1">Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
+<p class="p8"><br></p>
+<p class="p1">Some of the links above might not work, if the help files for the listed kit are not included in your setup. If you do not see your GUI kit listed in the help redirect stubs, then execute the following code to regenerate the GUI stubs. Your kit must be registered with GUI in order to be listed in the redirecter stubs. See <a href="../GUI.html"><span class="s4">GUI</span></a><span class="Apple-converted-space">  </span>on how to do this.</p>
 <p class="p2"><span class="Apple-tab-span">	</span></p>
-<p class="p8"><span class="Apple-tab-span">	</span>(</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
-<p class="p9"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
-<p class="p8"><span class="s2"><span class="Apple-tab-span">	</span></span>)</p>
+<p class="p9"><span class="Apple-tab-span">	</span>(</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Helper</span><span class="s2">.updateRedirectStubs; </span>// this may take a moment to complete</p>
+<p class="p10"><span class="s2"><span class="Apple-tab-span">	</span></span><span class="s5">Document</span><span class="s2">.current.close; </span>// will close this document when the update is complete</p>
+<p class="p9"><span class="Apple-tab-span">	</span>)</p>
 <p class="p4"><br></p>
 </body>
 </html>

Modified: trunk/build/Help/GUI/stubs/Slider2D.html
===================================================================
--- trunk/build/Help/GUI/stubs/Slider2D.html	2008-12-12 04:33:09 UTC (rev 8114)
+++ trunk/build/Help/GUI/stubs/Slider2D.html	2008-12-12 09:19:46 UTC (rev 8115)
@@ -14,13 +14,14 @@
 p.p5 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 12.0px Helvetica; min-height: 14.0px}
 p.p6 {margin: 0.0px 0.0px 0.0px 57.0px; text-indent: -57.0px; font: 14.0px Helvetica}
 p.p7 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times}
-p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
-p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #bf0000}
+p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px Times; min-height: 19.0px}
+p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco}
+p.p10 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #6c3024}
 span.s1 {font: 18.0px Helvetica}
 span.s2 {color: #000000}
 span.s3 {text-decoration: underline}
-span.s4 {color: #0c2eee}

@@ Diff output truncated at 100000 characters. @@

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

_______________________________________________
sc-dev mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-dev/
search: https://listarc.bham.ac.uk/lists/sc-dev/search/