My favorites
|
Sign in
rbjottings
REALbasic bits and pieces
Project Home
Downloads
Wiki
Issues
Source
Checkout
|
Browse
|
Changes
|
r31
Source path:
svn
/
trunk
/
bases
/
App.rbbas
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#tag Class
Protected Class App
Inherits Application
#tag Constant, Name = kFileQuitShortcut, Type = String, Dynamic = False, Default = \"", Scope = Public
#Tag Instance, Platform = Mac OS, Language = Default, Definition = \"Cmd+Q"
#Tag Instance, Platform = Linux, Language = Default, Definition = \"Ctrl+Q"
#tag EndConstant
#tag Constant, Name = kFileQuit, Type = String, Dynamic = False, Default = \"&Quit", Scope = Public
#Tag Instance, Platform = Windows, Language = Default, Definition = \"E&xit"
#tag EndConstant
#tag Constant, Name = kEditClear, Type = String, Dynamic = False, Default = \"&Delete", Scope = Public
#Tag Instance, Platform = Windows, Language = Default, Definition = \"&Delete"
#Tag Instance, Platform = Linux, Language = Default, Definition = \"&Delete"
#tag EndConstant
#tag ViewBehavior
#tag EndViewBehavior
End Class
#tag EndClass
Show details
Hide details
Change log
r17
by steve.garman on Feb 08, 2009
Diff
added bases which contains the editfield subclass focusOnly
Go to:
/trunk/bases
/trunk/bases/.bases.rbuistate
/trunk/bases/App.rbbas
/trunk/bases/MenuBar1.rbmnu
/trunk/bases/Window1.rbfrm
/trunk/bases/bases.rbres
/trunk/bases/bases.rbvcp
/trunk/bases/focusOnly.rbbas
Project members,
sign in
to write a code review
Older revisions
All revisions of this file
File info
Size: 906 bytes, 22 lines
View raw file
Hosted by