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

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


SVN commit 419417 by staikos:

regenerated base on updates to the bindings


 M  +10 -1     ViewObject.html  
 M  +2 -2      Window.html  


--- trunk/www/areas/extragear/apps/kst/kstscript/docs/ViewObject.html #419416:419417
@@ -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_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_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>
@@ -28,6 +28,15 @@
     A unique identifier for this data object.
      
     </p></ul>
+<br><br><a name="property_onGrid"></a><b>boolean  onGrid</b><br><ul><p>
+    True if the children of this object are on a grid.
+     
+    </p></ul>
+<br><br><a name="property_columns"></a><b>number  columns</b><br><ul><p>
+    The number of columns the children are organized into.  If
+                    this value is modified, <i>onGrid</i> is set to true.
+     
+    </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
--- trunk/www/areas/extragear/apps/kst/kstscript/docs/Window.html #419416:419417
@@ -43,8 +43,8 @@
                     production code yet!
     
     </p></ul>
-<br><br><a name="property_contents"></a><b><a href="ViewObjectCollection.html">ViewObjectCollection</a>  contents</b><br><ul><p>
-    The list of view objects in this window at the top level.
+<br><br><a name="property_contents"></a><b><a href="ViewObject.html">ViewObject</a>  contents</b><br><ul><p>
+    The view object for this window.
     
     </p></ul>
 <br><br><br><a href="classindex.html">&lt;-- Back To Index</a>&nbsp;&nbsp;&nbsp;<a href="index.html">[Overview]</a><hr>


More information about the Kst mailing list