Revision 3,
851 bytes
checked in by pinwc4, 16 years ago
(diff) |
Added initial structure
|
Rev | Line | |
---|
| 1 | #tag Class |
---|
| 2 | Protected Class FlipSideICS |
---|
| 3 | Inherits Application |
---|
| 4 | #tag Constant, Name = kFileQuitShortcut, Type = String, Dynamic = False, Default = \"", Scope = Public |
---|
| 5 | #Tag Instance, Platform = Mac OS, Language = Default, Definition = \"Cmd+Q" |
---|
| 6 | #Tag Instance, Platform = Linux, Language = Default, Definition = \"Ctrl+Q" |
---|
| 7 | #tag EndConstant |
---|
| 8 | |
---|
| 9 | #tag Constant, Name = kFileQuit, Type = String, Dynamic = False, Default = \"&Quit", Scope = Public |
---|
| 10 | #Tag Instance, Platform = Windows, Language = Default, Definition = \"E&xit" |
---|
| 11 | #tag EndConstant |
---|
| 12 | |
---|
| 13 | #tag Constant, Name = kEditClear, Type = String, Dynamic = False, Default = \"&Delete", Scope = Public |
---|
| 14 | #Tag Instance, Platform = Windows, Language = Default, Definition = \"&Delete" |
---|
| 15 | #Tag Instance, Platform = Linux, Language = Default, Definition = \"&Delete" |
---|
| 16 | #tag EndConstant |
---|
| 17 | |
---|
| 18 | |
---|
| 19 | End Class |
---|
| 20 | #tag EndClass |
---|
Note: See
TracBrowser
for help on using the repository browser.