flu_file_chooser_pixmaps.h 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. // $Id: flu_file_chooser_pixmaps.h,v 1.1 2003/12/08 16:25:48 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_FILE_CHOOSER_PIXMAPS_H
  13. #define _FLU_FILE_CHOOSER_PIXMAPS_H
  14. #include "FLU/flu_export.h"
  15. FLU_EXPORT extern char* monalisa_xpm[];
  16. FLU_EXPORT extern char* filedetails_xpm[];
  17. FLU_EXPORT extern char* filelist_xpm[];
  18. FLU_EXPORT extern char* filelistwide_xpm[];
  19. FLU_EXPORT extern char* bighome_xpm[];
  20. FLU_EXPORT extern char* folder_favorite_xpm[];
  21. FLU_EXPORT extern char* bigfavorites_xpm[];
  22. FLU_EXPORT extern char* desktop_xpm[];
  23. FLU_EXPORT extern char* bigtemporary_xpm[];
  24. FLU_EXPORT extern char* bigdocuments_xpm[];
  25. FLU_EXPORT extern char* mini_folder_favorites_xpm[];
  26. FLU_EXPORT extern char* mini_desktop_xpm[];
  27. FLU_EXPORT extern char* my_computer_xpm[];
  28. #endif