colsel.pp 308 B

123456789101112131415
  1. program colsel;
  2. uses forms;
  3. begin
  4. fl_initialize(@argc, argv, 'FormDemo', nil, 0);
  5. fl_show_colormap(0);
  6. end. $Log$
  7. end. Revision 1.2 2002-09-07 15:42:55 peter
  8. end. * old logs removed and tabs fixed
  9. end.
  10. end. Revision 1.1 2002/01/29 17:55:00 peter
  11. end. * splitted to base and extra
  12. end.
  13. }