fixed typo in gui scribblings
svn: r10271 original commit: 522ee8e93a81dacbb30333852671bed74b284c99
This commit is contained in:
parent
d1fb0102de
commit
79659c4210
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user