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

George Staikos staikos at kde.org
Fri Jun 17 20:22:05 CEST 2005


SVN commit 426574 by staikos:

regenerate


 M  +12 -0     Label.html  
 M  +6 -1      ViewObject.html  


--- trunk/www/areas/extragear/apps/kst/kstscript/docs/Label.html #426573:426574
@@ -13,6 +13,14 @@
 <ul>
 <a href="#constructor_1">Label</a> ( window )<br>
 </ul>
+<h3>Methods:</h3>
+<ul>
+<a href="#method_adjustSizeForText">adjustSizeForText</a> (  )<br>
+</ul>
+<h3>Properties:</h3>
+<ul>
+<a href="#property_text">text</a><br><a href="#property_font">font</a><br><a href="#property_fontSize">fontSize</a><br><a href="#property_justification">justification</a><br><a href="#property_rotation">rotation</a><br><a href="#property_interpreted">interpreted</a><br><a href="#property_scalarReplacement">scalarReplacement</a><br>
+</ul>
       Collection class: <a href="ViewObjectCollection.html">ViewObjectCollection</a><br><hr>
 <br><a name="constructor_1"></a><b>Label ( <a href="Window.html">Window</a> window )</b><br><ul>
 <a href="Window.html">Window</a> <b>window</b> - 
@@ -24,6 +32,10 @@
     
     </p>
 </ul>
+<br><br><a name="method_adjustSizeForText"></a><b>void adjustSizeForText (  )</b><br><ul><p>
+    Adjusts the size of the label to fit the text.
+    
+    </p></ul>
 <br><br><a name="property_text"></a><b>string  text</b><br><ul><p>
     Contains the text contents of the label.  This may include
                     carriage returns (\n), scalar references of the form
--- trunk/www/areas/extragear/apps/kst/kstscript/docs/ViewObject.html #426573:426574
@@ -16,7 +16,7 @@
 </ul>
 <h3>Properties:</h3>
 <ul>
-<a href="#property_position">position</a><br><a href="#property_size">size</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_minimumSize">minimumSize</a><br><a href="#property_type">type</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_transparent">transparent</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_minimumSize">minimumSize</a><br><a href="#property_type">type</a><br><a href="#property_children">children</a><br>
 </ul>
       Collection class: <a href="ViewObjectCollection.html">ViewObjectCollection</a><br><hr>
 <br><a name="method_findChild"></a><b><a href="ViewObject.html">ViewObject</a> findChild ( <a href="Point.html">Point</a> pos )</b><br><ul>
@@ -37,6 +37,11 @@
     The size of the object in pixels.
     
     </p></ul>
+<br><br><a name="property_transparent"></a><b>boolean  transparent</b><br><ul><p>
+    True if this object is transparent.  Not all objects
+                    support transparency.
+     
+    </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.
      


More information about the Kst mailing list