display.rc
changeset 212 df657c69a60f
parent 209 22793de5d56e
child 213 ff75059590f4
equal deleted inserted replaced
211:6c2f70f5784a 212:df657c69a60f
   379 	View defaultStyle:#'motif_dec2' 
   379 	View defaultStyle:#'motif_dec2' 
   380     ].
   380     ].
   381     type = 'os2' ifTrue:[
   381     type = 'os2' ifTrue:[
   382 	View defaultStyle:#'os2' 
   382 	View defaultStyle:#'os2' 
   383     ].
   383     ].
   384     (type = 'mswindows' or:[type = 'nt']) ifTrue:[
   384     (type = 'mswindows' 
       
   385     or:[type = 'nt'
       
   386     or:[type = 'win95']]) ifTrue:[
   385 	View defaultStyle:#'mswindows' 
   387 	View defaultStyle:#'mswindows' 
   386     ].
       
   387     type = 'win95' ifTrue:[
       
   388 	View defaultStyle:#'mswindows3' 
       
   389     ].
   388     ].
   390     View defaultStyle isNil ifTrue:[
   389     View defaultStyle isNil ifTrue:[
   391 	Display hasGreyscales ifTrue:[
   390 	Display hasGreyscales ifTrue:[
   392 	    View defaultStyle:#iris
   391 	    View defaultStyle:#iris
   393 	] ifFalse:[
   392 	] ifFalse:[