本教学包提供三个函数:
函数(control index) → symbol? index : natural-number?
函数(control index) → symbol?
函数
(control index) → symbol?
函数(view msg) → true/c msg : (or/c string? symbol?)
函数(view msg) → true/c
(view msg) → true/c
函数(connect handler) → true/c handler : (-> button% event% true/c)
函数(connect handler) → true/c
(connect handler) → true/c
(connect (lambda (e b) (begin (printf "0th digit: ~s~n" (control 0)) (view (control 0)))))