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 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


      Hereafter is the complete list of STk help pages currently available:
      after          bell           bind           
      bindtags       bitmap         button         
      canvas         checkbutton    clipboard      
      create-image   destroy        entry          
      event          focus          focus-next     
      frame          ftp            grab           
      grid           image          jpeg           
      label          listbox        listener       
      lower          make-dialog    menu           
      menubutton     message        option         
      option-menu    options        pack           
      palette        photo          pixmap         
      place          popup          posix          
      radiobutton    raise          report-error   
      scale          scrollbar      selection      
      send           text           tk             
      tkvars         tkwait         toplevel       
      update         winfo          wm             
      
      
      You can also find the STk interpreter man page here.
      Page created by Erick Gallesio <eg@unice.fr>