home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 December / PCWorld_2000-12_cd.bin / Komunikace / Comanche / comanche / comanche.tcl next >
Text File  |  2000-11-02  |  149b  |  11 lines

  1. namespace eval comanche {
  2.      set version 2.0b6
  3. }
  4.  
  5. proc ::comanche::showMessage { text } {
  6.  
  7.     MessageDlg .d -type ok -message $text
  8.  
  9. }
  10.  
  11.