diff -r 6e994247bf8e -r 8c887bee94fa ImageEditor.st --- a/ImageEditor.st Wed Feb 15 17:49:52 2006 +0100 +++ b/ImageEditor.st Wed Feb 15 17:49:58 2006 +0100 @@ -1568,51 +1568,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:ImageEditor andSelector:#windowSpecInBrowser - ImageEditor new openInterface:#windowSpecInBrowser - " - - - - ^ - #(FullSpec - name: windowSpecInBrowser - window: - (WindowSpec - label: 'Image Editor' - name: 'Image 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: ImageEditor - minorKey: windowSpec - ) - ) - - ) - ) ! ! !ImageEditor class methodsFor:'menu specs'!