Add to Gambit REPL some functions to send SMS and take pictures (this functionnality...
[gambit-c.git] / examples / tcltk / tcltk#.scm
blobdc401e4897c4c4cc7372493378455e939cb01b32
1 ;==============================================================================
3 ; File: "tcltk#.scm", Time-stamp: <2007-04-04 14:39:53 feeley>
5 ; Copyright (c) 1997-2007 by Marc Feeley, All Rights Reserved.
7 ;==============================================================================
9 (##namespace ("tcltk#"
11 ; procedures and variables
13 start-event-loop-thread
14 join-event-loop-thread
15 enter-event-loop
17 enable-event-handling
18 disable-event-handling
20 root-window
21 widget?
22 widget-name
24 set-variable!
25 get-variable
27 define-procedure
28 export-procedure
29 remove-procedure
31 tcl
32 bell
33 bind
34 bindtags
35 bitmap
36 button
37 canvas
38 checkbutton
39 clipboard
40 destroy
41 entry
42 event
43 focus
44 font
45 frame
46 grab
47 grid
48 image
49 label
50 listbox
51 lower
52 menu
53 menubutton
54 message
55 option
56 pack
57 photo
58 place
59 radiobutton
60 raise
61 scale
62 scrollbar
63 selection
64 send
65 text
67 tk_bisque
68 tk_chooseColor
69 tk_dialog
70 tk_focusFollowsMouse
71 tk_focusNext
72 tk_focusPrev
73 tk_getOpenFile
74 tk_getSaveFile
75 tk_menuSetFocus
76 tk_messageBox
77 tk_optionMenu
78 tk_popup
79 tk_setPalette
80 tk_textCopy
81 tk_textCut
82 tk_textPaste
83 tkerror
84 tkwait
85 toplevel
86 winfo
88 update
92 ;==============================================================================