PackageDescription: UILooks-MacOSX107


UI Looks - Mac OSX 1 0 7

Last published: September 21, 2015 by 'stevek'

Defines 31 Classes
Extends 35 Classes


UILooks-MacOSX107 provides the Mac OS X look & feel since the dropping of the blue Aqua theme in 10.7, currently up to version 10.10 Yosemite (with pre-support for 10.11 El Capitan's San Francisco font). This implementation is for VW 7.7.1 (tab control changes in 7.9 mean that part would need redoing there). It is selectable as a separate look and feel, 'Mac OS X Aqua 10.7'; currently it is not chosen automatically, but this can be added in LookPreferences class>>probableLAFAndHWMgr by using #isOSX107, e.g.:
graphicsPlat == #MacOSX
ifTrue: [^self isOSX107
ifTrue: [#(#{MacOSXLookPolicy107} #MacOSX)]
ifFalse: [#(#{MacOSXLookPolicy} #MacOSX)]].