Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
12
Task/Window-creation/Scheme/window-creation.ss
Normal file
12
Task/Window-creation/Scheme/window-creation.ss
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#!r6rs
|
||||
|
||||
;; PS-TK example: display simple frame
|
||||
|
||||
(import (rnrs)
|
||||
(lib pstk main) ; change this to refer to your installation of PS/Tk
|
||||
)
|
||||
|
||||
(define tk (tk-start))
|
||||
(tk/wm 'title tk "PS-Tk Example: Frame")
|
||||
|
||||
(tk-event-loop tk)
|
||||
Loading…
Add table
Add a link
Reference in a new issue