all tasks
This commit is contained in:
parent
b83f433714
commit
68f8f3e56b
14735 changed files with 178959 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