Revision 8,
892 bytes
checked in by pinwc4, 16 years ago
(diff) |
Updated layout, continuing to refine program layout
|
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 | #tag ViewBehavior |
---|
20 | #tag EndViewBehavior |
---|
21 | End Class |
---|
22 | #tag EndClass |
---|
Note: See
TracBrowser
for help on using the repository browser.