Skip to content

Instantly share code, notes, and snippets.

View girba's full-sized avatar

Tudor Girba girba

View GitHub Profile
@girba
girba / gist:1930477
Created February 28, 2012 08:01
Morphic example: Expandable text morphs
scrollpane := GeneralScrollPane new.
scrollpane changeScrollerTableLayout.
pane := PanelMorph new
fillStyle: Color transparent;
hResizing: #spaceFill;
vResizing: #shrinkWrap;
changeTableLayout;
layoutInset: 2;
cellInset: 2;
yourself.