Oops, should've sent to the users list :/ Anyway, you just send #addSplitter to the row/column ----- Cheers, Sean -- View this message in context: http://forum.world.st/Pharo-dev-Spec-resizing-columns-rows-tp4690499p4690505... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
If you mean in the spec description class side, then it is : newRow: aBlock height: aNumber newColumn : aBlock width: aNumber If you mean when the window is opened, how to resize the subpanels, you need to add splitters between the panels. Ex : ^ SpecLayout composed add: #firstItem origin: 0@0 corner: 0.5@1; addSplitter; add: #description origin: 0.5@0 corner: 1@1; yourself 2013/5/28 DeNigris Sean <sean@clipperadams.com>
How do I do that?
Thanks! Sean
-- Clément Béra Mate Virtual Machine Engineer Bâtiment B 40, avenue Halley 59650 *Villeneuve d'Ascq*
Clément Bera-4 wrote
If you mean when the window is opened, how to resize the subpanels, you need to add splitters between the panels
Thanks :) ----- Cheers, Sean -- View this message in context: http://forum.world.st/Pharo-dev-Spec-resizing-columns-rows-tp4690499p4690518... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
participants (3)
-
Clément Bera -
DeNigris Sean -
Sean P. DeNigris