Changeset 12736
- Timestamp:
- Sep 2, 2009, 6:58:51 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/contrib/foy/hemlock-commands-cm/hemlock-documentation-dialog.lisp
r12735 r12736 266 266 (ccl::@selector "closeAction:"))) 267 267 (setf (source-button dialog) 268 (make-button #@"Source Ã" (if *graphic-p* 420 270) 10 90 32268 (make-button #@"Source..." (if *graphic-p* 420 270) 10 90 32 269 269 (ccl::@selector "commandSourceAction:"))) 270 270 (setf (inspect-button dialog) 271 (make-button #@"Inspect Ã" (if *graphic-p* 320 170) 10 90 32271 (make-button #@"Inspect..." (if *graphic-p* 320 170) 10 90 32 272 272 (ccl::@selector "inspectSymbolAction:"))) 273 273 (setf (hyperspec-button dialog) 274 (make-button #@"HyperSpec Ã" (if *graphic-p* 180 30) 10 130 32274 (make-button #@"HyperSpec..." (if *graphic-p* 180 30) 10 130 32 275 275 (ccl::@selector "hyperSpecAction:")))))) 276 276
Note:
See TracChangeset
for help on using the changeset viewer.
