stx_libview.st
changeset 6682 1959b9efb75c
parent 6600 064c6984b004
child 6706 33bbb2e9ddbc
--- a/stx_libview.st	Fri Dec 19 16:24:57 2014 +0100
+++ b/stx_libview.st	Fri Dec 19 16:24:58 2014 +0100
@@ -332,6 +332,7 @@
         Cursor
         DeviceHandle
         Event
+        FillStyle
         FontDescription
         GraphicsContext
         GraphicsDevice
@@ -345,6 +346,7 @@
         WindowingTransformation
         #'stx_libview'
         BeveledBorder
+        BitmapFillStyle
         BitmapFont
         Border
         ColorPalette
@@ -361,12 +363,16 @@
         DeviceGraphicsContext
         Font
         GradientBackground
+        GradientFillStyle
         HostGraphicsDevice
         ImageBackground
         NoBackground
+        OrientedFillStyle
         SimpleBorder
         SolidBackground
+        SolidFillStyle
         SynchronousWindowSensor
+        (TranslucentColor autoload)
         ViewStyle
         WindowEvent
         (XftFontDescription unix)
@@ -377,7 +383,6 @@
         WidgetEvent
         DisplaySurface
         Form
-        (GuiServerWorkstation autoload)
         MonoMappedPalette
         DisplayRootView
         SimpleView
@@ -390,13 +395,13 @@
         PopUpView
         StandardSystemView
         ModalBox
+        (GuiServerWorkstation autoload)
         (AlphaMask autoload)
         (ControllerWithMenu autoload)
         (FixedPalette autoload)
         (GraphicsAttributes autoload)
         (MDIChildView autoload)
         (NeXTWorkstation autoload)
-        (TranslucentColor autoload)
         (WinWorkstation win32)
         (RoundButtonBorder autoload)
     )
@@ -450,10 +455,10 @@
 !stx_libview class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.76 2014-11-18 14:26:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.77 2014-12-19 15:24:58 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.76 2014-11-18 14:26:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.77 2014-12-19 15:24:58 cg Exp $'
 ! !