class: AbstractSettingsApplication
authorClaus Gittinger <cg@exept.de>
Thu, 12 Sep 2013 15:07:13 +0200
changeset 13548 dc78ae8a04d0
parent 13547 2b11f03e2ccb
child 13549 68eb851319ac
class: AbstractSettingsApplication
AbstractSettingsApplication.st
--- a/AbstractSettingsApplication.st	Thu Sep 12 10:29:48 2013 +0200
+++ b/AbstractSettingsApplication.st	Thu Sep 12 15:07:13 2013 +0200
@@ -8802,6 +8802,7 @@
                    label: 'Cartoon Tooltip Style'
                    name: 'CheckBox2'
                    activeHelpKey: cartoonToolTipStyle
+                   enableChannel: displaySupportsArbitraryShapedViews
                    model: cartoonToolTipStyle
                    translateLabel: true
                    extent: (Point 661 22)
@@ -9044,6 +9045,10 @@
 
 !AbstractSettingsApplication::MiscDisplay2SettingsAppl methodsFor:'queries'!
 
+displaySupportsArbitraryShapedViews
+    ^ Screen current supportsArbitraryShapedViews
+!
+
 hasUnsavedChanges
      |currentScreen|
 
@@ -18293,10 +18298,10 @@
 !AbstractSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.499 2013-09-08 10:44:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.500 2013-09-12 13:07:13 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.499 2013-09-08 10:44:16 cg Exp $'
-! !
-
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.500 2013-09-12 13:07:13 cg Exp $'
+! !
+