[Kst] www/areas/extragear/apps/kst/kstscript/docs
George Staikos
staikos at kde.org
Fri Dec 16 16:17:31 CET 2005
SVN commit 488947 by staikos:
update on web page
M +8 -0 scriptgui.html
--- trunk/www/areas/extragear/apps/kst/kstscript/docs/scriptgui.html #488946:488947
@@ -75,6 +75,14 @@
actions.
</ul>
<br/>
+kst
+ <ul>
+ This is a global object that provides access to the main Kst window.
+ It represents the GUI and can be walked like a DOM. This object uses
+ KJSEmbed auto-bindings, and is not guaranteed to be compatible across
+ KDE or Kst versions. You must look for what you want in the object
+ before calling it. Example: <code>kst.close();</code>
+ </ul>
</ul>
More information about the Kst
mailing list