STk help
STk help is organized in several ``volumes'':
 The blue pages
describe the Tk commands and Tk widgets. Tk commands and Tk widgets
are implemented in the (STk modified) Tk toolkit.
 The blue pages
describe the Tk commands and Tk widgets. Tk commands and Tk widgets
are implemented in the (STk modified) Tk toolkit.
 The green pages describe Tk related
procedures which are implemented in Scheme. These procedures are
located in the STk library directory and are defined as autoload
procedures.  This directory must appear in your *load-path*
variable if you want to use these procedures.
 
The green pages describe Tk related
procedures which are implemented in Scheme. These procedures are
located in the STk library directory and are defined as autoload
procedures.  This directory must appear in your *load-path*
variable if you want to use these procedures.
 The yellow pages
describe STk run-time procedures which are not described in the Reference
Manual (STk extensions or libraries). The way to load these procedure is
describe in each specific page.
This is just a start and more pages will be described here in the future
 
The yellow pages
describe STk run-time procedures which are not described in the Reference
Manual (STk extensions or libraries). The way to load these procedure is
describe in each specific page.
This is just a start and more pages will be described here in the future
Hereafter is the complete list of STk help pages currently available:
 after
after                bell
bell                 bind
bind                
 bindtags
bindtags             bitmap
bitmap               button
button              
 canvas
canvas               change-image
change-image         checkbutton
checkbutton         
 choose-color
choose-color         clipboard
clipboard            destroy
destroy             
 ed
ed                   entry
entry                event
event               
 find-image
find-image           focus
focus                focus-next
focus-next          
 frame
frame                free-image
free-image           ftp
ftp                 
 grab
grab                 grid
grid                 image
image               
 jpeg
jpeg                 label
label                listbox
listbox             
 listener
listener             lower
lower                make-console
make-console        
 make-dialog
make-dialog          make-image
make-image           menu
menu                
 menubutton
menubutton           message
message              message-box
message-box         
 option
option               option-menu
option-menu          options
options             
 pack
pack                 palette
palette              photo
photo               
 pixmap
pixmap               place
place                popup
popup               
 posix
posix                radiobutton
radiobutton          raise
raise               
 repl-display-prompt
repl-display-prompt  repl-display-result
repl-display-result  report-error
report-error        
 scale
scale                scrollbar
scrollbar            selection
selection           
 send
send                 text
text                 tk
tk                  
 tkvars
tkvars               tkwait
tkwait               toplevel
toplevel            
 update
update               winfo
winfo                wm
wm                  
	      You can also find the STk interpreter man page 
     here.
      Page created by Erick Gallesio 
      <eg@unice.fr>