Changeset 6745
- Timestamp:
- Jun 16, 2007, 7:16:26 PM (17 years ago)
- File:
-
- 1 edited
-
branches/ide-1.0/ccl/examples/cocoa-window.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ide-1.0/ccl/examples/cocoa-window.lisp
r6725 r6745 27 27 (def-cocoa-default *default-font-name* :string "Courier" "Name of font to use in editor windows") 28 28 (def-cocoa-default *default-font-size* :float 12.0f0 "Size of font to use in editor windows, as a positive SINGLE-FLOAT") 29 (def-cocoa-default *tab-width* :int 8 "Width of editor tab stops, in characters" (integer 1 32))29 (def-cocoa-default *tab-width* :int 8 "Width of editor tab stops, in characters") 30 30 (require "COCOA-PREFS") 31 31 (require "COCOA-TYPEOUT"))
Note:
See TracChangeset
for help on using the changeset viewer.
