home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2002 April / pcpro0402.iso / essentials / graphics / Gimp / gimp-src-20001226.exe / src / gimp / app / gimp.gh < prev    next >
Encoding:
Text File  |  1999-10-09  |  448 b   |  31 lines

  1. #include <gcg.gh>
  2.  
  3. package Gimp <> {
  4.     module <gimpimage.h>{
  5.         class Image;
  6.     }
  7.     module <gimpobject.h>{
  8.         class Object;
  9.     }
  10.     module <gimplayer.h>{
  11.         class Layer;
  12.     }
  13.     module <gimpdrawable.h>{
  14.         class Drawable;
  15.     }
  16.     module <gimpset.h>{
  17.         class Set;
  18.         foreign SetHandlerId;
  19.     }
  20.     class ColormapDialog;
  21. }
  22.  
  23. package {
  24.     module <color_select.h>{
  25.         foreign ColorSelectP;
  26.     }
  27.     module <color_notebook.h>{
  28.         foreign ColorNotebookP;
  29.     }
  30. }
  31.