VerticalPanelView.st
changeset 5228 d19c0006e528
parent 4562 45ac476a6250
child 5425 9978c04b82bb
--- a/VerticalPanelView.st	Fri Dec 19 00:12:41 2014 +0100
+++ b/VerticalPanelView.st	Fri Dec 19 00:13:29 2014 +0100
@@ -603,6 +603,43 @@
 "
 ! !
 
+!VerticalPanelView class methodsFor:'queries'!
+
+possibleHorizontalLayouts
+       ^ #(
+                #left
+                #leftSpace
+                #center
+                #right
+                #rightSpace
+                #fit
+                #fitSpace
+                #leftMax
+                #leftSpaceMax
+                #centerMax
+                #rightMax
+                #rightSpaceMax
+            )
+!
+
+possibleVerticalLayouts
+       ^  #(
+                #top
+                #topSpace
+                #bottom
+                #bottomSpace
+                #center
+                #spread
+                #spreadSpace
+                #fit
+                #fitSpace
+                #topFit
+                #topSpaceFit
+                #bottomFit
+                #bottomSpaceFit
+            ) 
+! !
+
 !VerticalPanelView methodsFor:'accessing'!
 
 horizontalLayout
@@ -1109,10 +1146,10 @@
 !VerticalPanelView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/VerticalPanelView.st,v 1.51 2013-04-25 13:09:54 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/VerticalPanelView.st,v 1.52 2014-12-18 23:13:29 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/VerticalPanelView.st,v 1.51 2013-04-25 13:09:54 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/VerticalPanelView.st,v 1.52 2014-12-18 23:13:29 cg Exp $'
 ! !