Changeset 856
- Timestamp:
- Aug 2, 2004, 9:56:44 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ccl/examples/cocoa-editor.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/examples/cocoa-editor.lisp
r855 r856 1175 1175 (:metaclass ns:+ns-object)) 1176 1176 1177 1177 1178 (defun double-%-in (string) 1178 1179 ;; Replace any % characters in string with %%, to keep them from … … 1281 1282 1282 1283 (define-objc-method ((:void close) hemlock-frame) 1284 (let* ((content-view (send self 'content-view)) 1285 (subviews (send content-view 'subviews))) 1286 (do* ((i (1- (send subviews 'count)) (1- i))) 1287 ((< i 0)) 1288 (send (send subviews :object-at-index i) 1289 'remove-from-superview-without-needing-display))) 1283 1290 (let* ((proc (slot-value self 'command-thread))) 1284 1291 (when proc
Note:
See TracChangeset
for help on using the changeset viewer.
