fixed typo in gui scribblings

svn: r10271
This commit is contained in:
Danny Yoo 2008-06-15 19:57:04 +00:00
parent bba93038ed
commit 522ee8e93a

View File

@ -42,7 +42,7 @@ The built-in classes provide various mechanisms for handling GUI
(send msg #,(method message% set-label) "Button click"))))
(code:comment #, @t{Show the frame by calling its @scheme[show] method})
(send frame top-level-window::show #t)
(send frame #,(:: top-level-window<%> show) #t)
]
Programmers never implement the GUI event loop directly. Instead, the