Changeset main,63 for main/widget/numberbox.lisp
- Timestamp:
- 11/17/2007 12:40:30 AM (19 years ago)
- branch-nick:
- tui
- revision id:
- dsowen@fugue88.ws-20071117004030-ov0o4jfbzl3b9vup
- File:
-
- 1 edited
-
main/widget/numberbox.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
main/widget/numberbox.lisp
r46 r63 43 43 44 44 45 (defmethod activate :around ((numberbox numberbox)46 &optional (callback 'nothing))45 (defmethod activate ((numberbox numberbox) &key (key-callback 'nothing) 46 &allow-other-keys) 47 47 (with-slots (data) numberbox 48 48 (with-slots (edit) data 49 49 (setf edit t) 50 50 (setf (insertion-point numberbox) :end) 51 (let ((r (call-next-method numberbox callback)))51 (let ((r (call-next-method numberbox key-callback))) 52 52 (setf edit nil) 53 53 (setf (insertion-point numberbox) 0)
Note: See TracChangeset
for help on using the changeset viewer.
