Changeset 6797
- Timestamp:
- Jul 8, 2007, 11:13:44 PM (17 years ago)
- File:
-
- 1 edited
-
branches/ide-1.0/ccl/examples/cocoa-defaults.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/ide-1.0/ccl/examples/cocoa-defaults.lisp
r6758 r6797 55 55 :doc doc 56 56 :change-hook change-hook)) 57 value) 57 (if (eq type :color) 58 (apply #'color-values-to-nscolor value) 59 value)) 58 60 59 61 ;;; Names which contain #\* confuse Cocoa Bindings. … … 126 128 (:color (#/archivedDataWithRootObject: 127 129 ns:ns-archiver 128 value))130 (apply #'color-values-to-nscolor value))) 129 131 (:bool (if value #@"YES" #@"NO")) 130 132 (t
Note:
See TracChangeset
for help on using the changeset viewer.
