[Kst] www/areas/extragear/apps/kst/kstscript/docs

George Staikos staikos at kde.org
Sun May 29 14:57:51 CEST 2005


SVN commit 419436 by staikos:

docs for the new properties


 M  +16 -1     ViewObject.html  


--- trunk/www/areas/extragear/apps/kst/kstscript/docs/ViewObject.html #419435:419436
@@ -13,7 +13,7 @@
 <ul></ul>
 <h3>Properties:</h3>
 <ul>
-<a href="#property_position">position</a><br><a href="#property_size">size</a><br><a href="#property_tagName">tagName</a><br><a href="#property_onGrid">onGrid</a><br><a href="#property_columns">columns</a><br><a href="#property_children">children</a><br>
+<a href="#property_position">position</a><br><a href="#property_size">size</a><br><a href="#property_tagName">tagName</a><br><a href="#property_onGrid">onGrid</a><br><a href="#property_columns">columns</a><br><a href="#property_color">color</a><br><a href="#property_backgroundColor">backgroundColor</a><br><a href="#property_maximized">maximized</a><br><a href="#property_children">children</a><br>
 </ul>
       Collection class: <a href="ViewObjectCollection.html">ViewObjectCollection</a><br><hr>
 <br><a name="property_position"></a><b><a href="Point.html">Point</a>  position</b><br><ul><p>
@@ -37,6 +37,21 @@
                     this value is modified, <i>onGrid</i> is set to true.
      
     </p></ul>
+<br><br><a name="property_color"></a><b>string  color</b><br><ul><p>
+    The foreground color for this object.
+     
+    </p></ul>
+<br><br><a name="property_backgroundColor"></a><b>string  backgroundColor</b><br><ul><p>
+    The background color for this object.
+     
+    </p></ul>
+<br><br><a name="property_maximized"></a><b>boolean  maximized</b><br><ul><p>
+    If true, this object is maximized relative to its parent.
+                    This is a temporary state whereby the plot uses all the
+                    space available in the parent but can be restored to
+                    <i>normal</i> size again.
+     
+    </p></ul>
 <br><br><a name="property_children"></a><b><a href="ViewObjectCollection.html">ViewObjectCollection</a>  children [Read-Only]</b><br><ul><p>
     The list of all children of this view object in z-order
                     from the furthest back to the closest to the top.  This


More information about the Kst mailing list