[Q] a couple of questions related to look enhancements

Chris Burkert christian.burkert at s2000.tu-chemnitz.de
Mon Mar 31 16:27:18 UTC 2003


Hi Martin

Martin Drautzburg wrote:
> BTW - I replaced the "stripes" in the Title Bar of SytemWindow
> by a framed Border and used your icons. Looks cool
> 
> IIRC this is what I did:
> 
> addLabelArea
> 	labelArea _ (AlignmentMorph newSpacer: Color gray) vResizing: #shrinkWrap;
> 				 layoutPolicy: ProportionalLayout new;
> 				 borderStyle: BorderStyle complexFramed;
> 				 borderWidth: 3.
> 	self addMorph: labelArea

AlignmentMorph is depreciated!

Regards
            Chris Burkert
-- 
------------------------------------------------------------------------
Student of applied Computer Science at Chemnitz University of Technology
      http://www.chrisburkert.de/            chris at chrisburkert.de
------------------------------------------------------------------------
"I invented the term Object-Oriented, and I can tell you I did not have
  C++ in mind." - Alan Kay --> http://www.whysmalltalk.com/



More information about the Squeak-dev mailing list