PanelView.st
changeset 3843 1cc743b63926
parent 3779 0b7292e63f0d
child 3861 53d5745e238b
equal deleted inserted replaced
3842:88de8b4c49ee 3843:1cc743b63926
   180         elementsChangeSize := aBoolean.
   180         elementsChangeSize := aBoolean.
   181         aBoolean ifTrue:[
   181         aBoolean ifTrue:[
   182             self makeMyselfDependentOnSubviews.
   182             self makeMyselfDependentOnSubviews.
   183         ].
   183         ].
   184     ].
   184     ].
       
   185 !
       
   186 
       
   187 hierarchicalIndexOfChild:aView
       
   188     ^ aView hierarchicalIndexInList:subViews
   185 !
   189 !
   186 
   190 
   187 horizontalLayout
   191 horizontalLayout
   188     "not supported by this view"
   192     "not supported by this view"
   189 
   193 
   559 ! !
   563 ! !
   560 
   564 
   561 !PanelView class methodsFor:'documentation'!
   565 !PanelView class methodsFor:'documentation'!
   562 
   566 
   563 version
   567 version
   564     ^ '$Header: /cvs/stx/stx/libwidg/PanelView.st,v 1.40 2008-11-17 17:33:02 cg Exp $'
   568     ^ '$Header: /cvs/stx/stx/libwidg/PanelView.st,v 1.41 2009-02-26 16:48:59 fm Exp $'
   565 ! !
   569 ! !