flu_pixmaps.h 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. // $Id: flu_pixmaps.h,v 1.12 2003/12/06 16:52:41 jbryan Exp $
  2. /***************************************************************
  3. * FLU - FLTK Utility Widgets
  4. * Copyright (C) 2002 Ohio Supercomputer Center, Ohio State University
  5. *
  6. * This file and its content is protected by a software license.
  7. * You should have received a copy of this license with this file.
  8. * If not, please contact the Ohio Supercomputer Center immediately:
  9. * Attn: Jason Bryan Re: FLU 1224 Kinnear Rd, Columbus, Ohio 43212
  10. *
  11. ***************************************************************/
  12. #ifndef _FLU_PIXMAPS_H
  13. #define _FLU_PIXMAPS_H
  14. #include "FLU/flu_export.h"
  15. FLU_EXPORT extern const char* plus_xpm[];
  16. FLU_EXPORT extern const char* minus_xpm[];
  17. FLU_EXPORT extern const char* arrow_closed_xpm[];
  18. FLU_EXPORT extern const char* arrow_open_xpm[];
  19. FLU_EXPORT extern const char* bluedot_xpm[];
  20. FLU_EXPORT extern const char* book_xpm[];
  21. FLU_EXPORT extern const char* floppy_drive_xpm[];
  22. FLU_EXPORT extern const char* network_drive_xpm[];
  23. FLU_EXPORT extern const char* ram_drive_xpm[];
  24. FLU_EXPORT extern const char* removable_drive_xpm[];
  25. FLU_EXPORT extern const char* cd_drive_xpm[];
  26. FLU_EXPORT extern const char* computer_xpm[];
  27. FLU_EXPORT extern const char* disk_drive_xpm[];
  28. FLU_EXPORT extern const char* filled_folder_xpm[];
  29. FLU_EXPORT extern const char* folder_closed_xpm[];
  30. FLU_EXPORT extern const char* folder_open_xpm[];
  31. FLU_EXPORT extern const char* folder_up_xpm[];
  32. FLU_EXPORT extern const char* folder_load_xpm[];
  33. FLU_EXPORT extern const char* folder_save_xpm[];
  34. FLU_EXPORT extern const char* big_folder_up_xpm[];
  35. FLU_EXPORT extern const char* big_folder_new_xpm[];
  36. FLU_EXPORT extern const char* greendot_xpm[];
  37. FLU_EXPORT extern const char* purpledot_xpm[];
  38. FLU_EXPORT extern const char* question_book_xpm[];
  39. FLU_EXPORT extern const char* reddot_xpm[];
  40. FLU_EXPORT extern const char* tealdot_xpm[];
  41. FLU_EXPORT extern const char* textdoc_xpm[];
  42. FLU_EXPORT extern const char* yellowdot_xpm[];
  43. FLU_EXPORT extern const char* cdrom_xpm[];
  44. FLU_EXPORT extern const char* trash_xpm[];
  45. FLU_EXPORT extern const char* home_xpm[];
  46. FLU_EXPORT extern const char* reload_xpm[];
  47. #endif