Changeset 12561 for trunk/source/examples/cocoa/tiny.lisp
- Timestamp:
- Aug 10, 2009, 6:38:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/examples/cocoa/tiny.lisp
r9252 r12561 79 79 :backing #$NSBackingStoreBuffered 80 80 :defer t))) 81 (#/setTitle: w "Tiny Window Application")81 (#/setTitle: w #@"Tiny Window Application") 82 82 (let ((my-view (make-instance 'demo-view :with-frame r))) 83 83 (#/setContentView: w my-view)
Note: See TracChangeset
for help on using the changeset viewer.