home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2002 April / pcpro0402.iso / essentials / graphics / Gimp / gimp-src-20001226.exe / src / gimp / plug-ins / MapObject / mapobject_ui.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-08-24  |  381 b   |  18 lines

  1. #ifndef __MAPOBJECT_UI_H__
  2. #define __MAPOBJECT_UI_H__
  3.  
  4. /* Externally visible variables */
  5. /* ============================ */
  6.  
  7. extern GckVisualInfo *visinfo;
  8.  
  9. extern GdkGC     *gc;
  10. extern GtkWidget *previewarea;
  11.  
  12. /* Externally visible functions */
  13. /* ============================ */
  14.  
  15. gboolean main_dialog (GimpDrawable *drawable);
  16.  
  17. #endif  /* __MAPOBJECT_UI_H__ */
  18.