two more 3D demos
authorClaus Gittinger <cg@exept.de>
Fri, 05 Jun 1998 04:45:04 +0200
changeset 1679 8b2dffb35e01
parent 1678 972d9b87f3ff
child 1680 b1156fe1df3b
two more 3D demos
NewLauncher.st
--- a/NewLauncher.st	Fri Jun 05 04:42:29 1998 +0200
+++ b/NewLauncher.st	Fri Jun 05 04:45:04 1998 +0200
@@ -1279,6 +1279,18 @@
                                     #argument: 'GLXYGraph'
                                 )
                                  #(#MenuItem
+                                    #label: 'X/Y Graph Widget'
+                                    #translateLabel: true
+                                    #value: #openDemo:
+                                    #argument: 'CodingExamples_GUI::GLXYGraph3DDemo'
+                                )
+                                 #(#MenuItem
+                                    #label: 'X/Y Graph Animated'
+                                    #translateLabel: true
+                                    #value: #openDemo:
+                                    #argument: 'CodingExamples_GUI::AnimatedGLXYGraph3DDemo'
+                                )
+                                 #(#MenuItem
                                     #label: '-'
                                 )
                                  #(#MenuItem
@@ -1430,6 +1442,8 @@
           ) nil
           nil
       )
+
+    "Modified: / 5.6.1998 / 04:43:45 / cg"
 !
 
 menuToolbar
@@ -5206,5 +5220,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.75 1998-05-20 08:31:46 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.76 1998-06-05 02:45:04 cg Exp $'
 ! !