UIObjectView.st
changeset 3548 e0f85c2db0f9
parent 3473 3449a8a8aecc
child 3555 1ac9575a6015
--- a/UIObjectView.st	Mon Mar 12 17:15:00 2018 +0100
+++ b/UIObjectView.st	Wed Mar 14 20:28:38 2018 +0100
@@ -247,7 +247,7 @@
 !UIObjectView class methodsFor:'queries'!
 
 isHorizontalResizable:aComponent
-    "returns true if aComponent is horizontal resizeable
+    "returns true if aComponent is horizontally resizable
     "
     (aComponent isKindOf:ScrollBar) ifTrue:[
         ^ aComponent orientation == #horizontal
@@ -262,10 +262,12 @@
         ^ false
     ].
     ^ true
+
+    "Modified (comment): / 14-03-2018 / 20:23:39 / mawalch"
 !
 
 isVerticalResizable:aComponent
-    "returns true if aComponent is vertical resizeable
+    "returns true if aComponent is vertically resizable
     "
 "/    (aComponent isKindOf:EditField) ifTrue:[
 "/        ^ false
@@ -289,6 +291,8 @@
         ^ false
     ].
     ^ true
+
+    "Modified (comment): / 14-03-2018 / 20:25:53 / mawalch"
 !
 
 layoutType:aViewOrComponent