10505 fixed
svn: r16661
This commit is contained in:
parent
9c0c1ec591
commit
c2de9f32c1
|
@ -83,7 +83,9 @@
|
||||||
;; -> ok?
|
;; -> ok?
|
||||||
(define/public (get) value)
|
(define/public (get) value)
|
||||||
|
|
||||||
(super-new)))
|
(super-new)
|
||||||
|
|
||||||
|
(when pb (show-state))))
|
||||||
|
|
||||||
; (define c (new checked-cell% [msg "World"] [value0 1] [ok? positive?]))
|
; (define c (new checked-cell% [msg "World"] [value0 1] [ok? positive?]))
|
||||||
; (send c set "tick" 10)
|
; (send c set "tick" 10)
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
(init-field
|
(init-field
|
||||||
world0 ;; World
|
world0 ;; World
|
||||||
(name #f) ;; (U #f String)
|
(name #f) ;; (U #f String)
|
||||||
(state #f) ;; Boolean
|
(state #f) ;; Boolean
|
||||||
(register #f) ;; (U #f IP)
|
(register #f) ;; (U #f IP)
|
||||||
(check-with True) ;; Any -> Boolean
|
(check-with True) ;; Any -> Boolean
|
||||||
(tick K)) ;; (U (World -> World) (list (World -> World) Nat))
|
(tick K)) ;; (U (World -> World) (list (World -> World) Nat))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user