3 platformClass { ^OSXPlatform }
10 this.platform.preferencesAction.value(this)
12 preferencesAction_ { arg f;
13 this.platform.preferencesAction_(f)
16 ^this.platform.preferencesAction
19 this.platform.isSleeping = true;
20 ^this.platform.sleepAction.value(this);
23 this.platform.isSleeping = false;
24 ^this.platform.wakeAction.value(this);
26 isSleeping { ^this.platform.isSleeping }