[Kst] extragear/graphics/kst

George Staikos staikos at kde.org
Fri Dec 16 16:11:13 CET 2005


SVN commit 488945 by staikos:

kst object is now addressed


 M  +0 -1      devel-docs/RELEASE_PLAN  
 M  +8 -0      kst/extensions/js/scriptgui.html  


--- trunk/extragear/graphics/kst/devel-docs/RELEASE_PLAN #488944:488945
@@ -7,7 +7,6 @@
 		- Curve and images need reworking
 		- Additional plot bindings?
 		- Line and Arrow orientations fixed (1.2.1)
-		- address the kst object
 		- Invalid child object creation
 	- UI:
 		- plot children adjust relative to the plot region
--- trunk/extragear/graphics/kst/kst/extensions/js/scriptgui.html #488944:488945
@@ -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