automatic checkIn
authorClaus Gittinger <cg@exept.de>
Mon, 03 Aug 2009 12:03:37 +0200
changeset 5305 8daa2b107e0c
parent 5304 b419bb45ce14
child 5306 2f2855e29c04
automatic checkIn
stx_libview.st
--- a/stx_libview.st	Mon Aug 03 12:03:36 2009 +0200
+++ b/stx_libview.st	Mon Aug 03 12:03:37 2009 +0200
@@ -255,65 +255,66 @@
 
 classNamesAndAttributes
     ^ #(
-	"<className> or (<className> attributes...) in load order"
-	(AlphaMask autoload)
-	(BitmapFont autoload)
-	Border
-	Color
-	ColorPalette
-	Colormap
-	(CompoundFont autoload)
-	Controller
-	(ControllerWithMenu autoload)
-	Cursor
-	Depth16Image
-	Depth1Image
-	Depth24Image
-	Depth2Image
-	Depth32Image
-	Depth4Image
-	Depth8Image
-	DeviceGraphicsContext
-	DeviceHandle
-	DeviceWorkstation
-	DisplayRootView
-	DisplaySurface
-	(FixedPalette autoload)
-	Font
-	FontDescription
-	Form
-	(GraphicsAttributes autoload)
-	GraphicsContext
-	GraphicsDevice
-	GraphicsMedium
-	HostGraphicsDevice
-	Image
-	ImageMask
-	ImageReader
-	KeyboardForwarder
-	KeyboardMap
-	(MDIChildView autoload)
-	MappedPalette
-	ModalBox
-	MonoMappedPalette
-	(NeXTWorkstation autoload)
-	PopUpView
-	ResourcePack
-	ShadowView
-	SimpleView
-	StandardSystemView
-	SynchronousWindowSensor
-	TopView
-	(TranslucentColor autoload)
-	View
-	ViewStyle
-	(WinWorkstation win32)
-	Event
-	WindowEvent
-	WindowGroup
-	WindowSensor
-	WindowingTransformation
-	#'stx_libview'
+        "<className> or (<className> attributes...) in load order"
+        (AlphaMask autoload)
+        (BitmapFont autoload)
+        Border
+        Color
+        ColorPalette
+        Colormap
+        (CompoundFont autoload)
+        Controller
+        (ControllerWithMenu autoload)
+        Cursor
+        Depth16Image
+        Depth1Image
+        Depth24Image
+        Depth2Image
+        Depth32Image
+        Depth4Image
+        Depth8Image
+        DeviceGraphicsContext
+        DeviceHandle
+        DeviceWorkstation
+        DisplayRootView
+        DisplaySurface
+        (FixedPalette autoload)
+        Font
+        FontDescription
+        Form
+        (GraphicsAttributes autoload)
+        GraphicsContext
+        GraphicsDevice
+        GraphicsMedium
+        HostGraphicsDevice
+        Image
+        ImageMask
+        ImageReader
+        KeyboardForwarder
+        KeyboardMap
+        (MDIChildView autoload)
+        MappedPalette
+        ModalBox
+        MonoMappedPalette
+        (NeXTWorkstation autoload)
+        PopUpView
+        ResourcePack
+        ShadowView
+        SimpleView
+        StandardSystemView
+        SynchronousWindowSensor
+        TopView
+        (TranslucentColor autoload)
+        View
+        ViewStyle
+        (WinWorkstation win32)
+        Event
+        WindowEvent
+        WindowGroup
+        WindowSensor
+        WindowingTransformation
+        #'stx_libview'
+        Depth48Image
     )
 !
 
@@ -360,5 +361,5 @@
 !stx_libview class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.33 2009-06-01 10:53:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.34 2009-08-03 10:03:37 cg Exp $'
 ! !