added some font sizing information to the insert large letters dialog

svn: r16561

original commit: ad438ef63fe680b29ffde88bf8d6e4a7f233ec3f
This commit is contained in:
Robby Findler 2009-11-05 16:19:01 +00:00
parent b616135475
commit 4ed2cea857

View File

@ -23,7 +23,9 @@
()))
(dt Choice% (Class ()
([parent Any] [label String] [choices (Listof Any)] [callback Any])
([get-string-selection (-> (Option String))]
([get-selection (-> (Option Integer))]
[set-selection (Integer -> Any)]
[get-string-selection (-> (Option String))]
[set-string-selection (String -> Void)])))
(dt Message% (Class ()
([parent Any] [label String])