Last change
on this file since 665 was 369, checked in by Nicholas Riley, 17 years ago |
AntiRSI.[hm]: Spelling/grammar fixes. Show break window in all Spaces on Leopard. Save/restore frontmost app when "Keep AntiRSI in front during breaks" is selected.
AntiRSI.xcodeproj: Minor changes.
AntiRSIButton.[hm]: Non-activating button.
CTGradient.m: Restructured some code so Leopard's GCC doesn't complain.
Info.plist, InfoPlist.strings: Updated for 1.4njr4.
MainMenu.nib: Change validation to 10.4.
|
File size:
213 bytes
|
Rev | Line | |
---|
[369] | 1 | //
|
---|
| 2 | // AntiRSIButton.h
|
---|
| 3 | // AntiRSI
|
---|
| 4 | //
|
---|
| 5 | // Created by Nicholas Riley on 12/7/07.
|
---|
| 6 | // Copyright 2007 Nicholas Riley. All rights reserved.
|
---|
| 7 | //
|
---|
| 8 |
|
---|
| 9 | #import <Cocoa/Cocoa.h>
|
---|
| 10 |
|
---|
| 11 |
|
---|
| 12 | @interface AntiRSIButton : NSButton {
|
---|
| 13 |
|
---|
| 14 | }
|
---|
| 15 |
|
---|
| 16 | @end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.