2011/6/19 Chris Bartlett <[email protected]> > ... perhaps I just misunderstood the purpose of PRIMARY_REGION? >
Yes, I think I did misunderstand. Looking at the source for the skin, the PRIMARY_REGION enum value is only ever referred to in the TerraSplitPaneSkin.setSize(int, int) method. http://svn.apache.org/repos/asf/pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraSplitPaneSkin.java I think it refers to how the SplitPane will adjust if the SplitPane's width or height are changed, and not the 'splitRatio' Chris
