home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 February / PCWorld_2003-02_cd.bin / Software / Topware / devpascal / templates / GTK+.txt < prev    next >
Text File  |  2000-09-12  |  62b  |  6 lines

  1. program GtkProject;
  2. uses windows, gtk, glib;
  3.  
  4. begin
  5.  
  6. end.