*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 15 Feb 2006 17:49:52 +0100
changeset 1984 6e994247bf8e
parent 1983 5528c812da8f
child 1985 8c887bee94fa
*** empty log message ***
MenuEditor.st
--- a/MenuEditor.st	Wed Feb 15 17:49:33 2006 +0100
+++ b/MenuEditor.st	Wed Feb 15 17:49:52 2006 +0100
@@ -602,51 +602,6 @@
          
         )
       )
-!
-
-windowSpecInBrowser
-    "This resource specification was automatically generated
-     by the UIPainter of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the UIPainter may not be able to read the specification."
-
-    "
-     UIPainter new openOnClass:MenuEditor andSelector:#windowSpecInBrowser
-     MenuEditor new openInterface:#windowSpecInBrowser
-    "
-
-    <resource: #canvas>
-
-    ^ 
-     #(FullSpec
-        name: windowSpecInBrowser
-        window: 
-       (WindowSpec
-          label: 'Menu Editor'
-          name: 'Menu Editor'
-          min: (Point 400 320)
-          bounds: (Rectangle 0 0 450 350)
-          menu: menu
-        )
-        component: 
-       (SpecCollection
-          collection: (
-           (MenuPanelSpec
-              name: 'ToolBar1'
-              layout: (LayoutFrame 0 0 0 0 0 1 30 0)
-              menu: menu
-            )
-           (UISubSpecification
-              name: 'SubSpecification1'
-              layout: (LayoutFrame 0 0 30 0 0 1 0 1)
-              majorKey: MenuEditor
-              minorKey: windowSpec
-            )
-           )
-         
-        )
-      )
 ! !
 
 !MenuEditor class methodsFor:'menu specs'!