# HG changeset patch # User Claus Gittinger # Date 1220432075 -7200 # Node ID 1ae184ce95958672991711f434eef175e5262e3b # Parent bdefc2be920ae3dac0bab5e9a35ff843c4939c48 category change diff -r bdefc2be920a -r 1ae184ce9595 UIPainter.st --- a/UIPainter.st Wed Aug 20 19:54:33 2008 +0200 +++ b/UIPainter.st Wed Sep 03 10:54:35 2008 +0200 @@ -74,6 +74,14 @@ " ! ! +!UIPainter class methodsFor:'initialization'! + +initialize + SelectionPanelClass isNil ifTrue:[ + SelectionPanelClass := UISelectionPanel + ]. +! ! + !UIPainter class methodsFor:'instance creation'! openOnClass:aClass andSelector:aSelector @@ -1018,14 +1026,6 @@ @G@@@@@@@@@@@@@@B*****(@B*****(@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 0 0 127 170 170 170]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@B@@@@@@@BO??0O??2G#C@G'''' G/?0G''''#G'''' G'''' G'''' G'''' G''''"G/?0G'''' G#C@O??1O??0@@@A@@@B@@@@') ; yourself); yourself] ! ! -!UIPainter class methodsFor:'initialize'! - -initialize - SelectionPanelClass isNil ifTrue:[ - SelectionPanelClass := UISelectionPanel - ]. -! ! - !UIPainter class methodsFor:'interface specs'! dialogSpecForDefiningClassAndSelector