stx_libview.st
branchjv
changeset 7053 e44485fe1869
parent 7036 530b3e1c64c3
parent 7049 cfa0472d4660
child 7138 c8ade563a57e
--- a/stx_libview.st	Fri Oct 23 07:00:14 2015 +0200
+++ b/stx_libview.st	Thu Oct 29 06:54:23 2015 +0000
@@ -434,17 +434,20 @@
         GradientBackground
         HostGraphicsDevice
         ImageBackground
+        MacButtonBorder
         NoBackground
+        RoundButtonBorder
         SimpleBorder
         SolidBackground
         SynchronousWindowSensor
+        TranslucentColor
         ViewStyle
         WindowEvent
         (XftFontDescription unix)
         DeviceWorkstation
         DisplayRootView
         ImageMask
-        (MacFlatButtonBorder autoload)
+        MacFlatButtonBorder
         MappedPalette
         SimpleView
         RoundedBorder
@@ -460,9 +463,7 @@
         PopUpView
         StandardSystemView
         ModalBox
-        (MacButtonBorder autoload)
-        (RoundButtonBorder autoload)
-        (TranslucentColor autoload)
+        (FixedPalette autoload)
         (AlphaMask autoload)
         (ControllerWithMenu autoload)
         (FixedPalette autoload)
@@ -485,13 +486,6 @@
 
 !stx_libview class methodsFor:'description - project information'!
 
-applicationIconFileName
-    "Return the name (without suffix) of an icon-file (the app's icon); will be included in the rc-resource file"
-
-    ^ nil
-    "/ ^ self applicationName
-!
-
 companyName
     "Return a companyname which will appear in <lib>.rc"