Changeset 6621
- Timestamp:
- May 28, 2007, 12:45:41 AM (18 years ago)
- File:
-
- 1 edited
-
branches/ide-1.0/ccl/examples/cocoa-listener.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ide-1.0/ccl/examples/cocoa-listener.lisp
r6613 r6621 10 10 (def-cocoa-default *listener-columns* :int 80 "Initial height of listener windows, in characters") 11 11 12 (def-cocoa-default hi::*listener-output-style* :int 0"Text style index for listener output")13 14 (def-cocoa-default hi::*listener-input-style* :int 1"Text style index for listener output")12 (def-cocoa-default hi::*listener-output-style* :int 1 "Text style index for listener output") 13 14 (def-cocoa-default hi::*listener-input-style* :int 0 "Text style index for listener output") 15 15 16 16 (def-cocoa-default *listener-background-red-component* :float 0.90f0 "Red component of editor background color. Should be a float between 0.0 and 1.0, inclusive.")
Note:
See TracChangeset
for help on using the changeset viewer.
