flu_file_chooser_pixmaps.h
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:2k
源码类别:

生物技术

开发平台:

C/C++

  1. /*
  2.  * ===========================================================================
  3.  * PRODUCTION $Log: flu_file_chooser_pixmaps.h,v $
  4.  * PRODUCTION Revision 1000.0  2004/04/12 18:22:44  gouriano
  5.  * PRODUCTION PRODUCTION: IMPORTED [CATCHUP_003] Dev-tree R1.1
  6.  * PRODUCTION
  7.  * ===========================================================================
  8.  */
  9. /*
  10.  * These files were imported into NCBI's CVS directly from FLU version 2.9.1.
  11.  * Modifications to the source are listed below.
  12.  *
  13.  * ==========================================================================
  14.  * $Log: flu_file_chooser_pixmaps.h,v $
  15.  * Revision 1000.0  2004/04/12 18:22:44  gouriano
  16.  * PRODUCTION: IMPORTED [CATCHUP_003] Dev-tree R1.1
  17.  *
  18.  * Revision 1.1  2004/03/11 13:51:55  dicuccio
  19.  * Imported FLU version 2.9.1.  Altered export specifiers to match NCBI layout.
  20.  * Altered include paths to match NCBI toolkit layout.
  21.  *
  22.  * ==========================================================================
  23.  */
  24. // $Id: flu_file_chooser_pixmaps.h,v 1000.0 2004/04/12 18:22:44 gouriano Exp $
  25. /***************************************************************
  26.  *                FLU - FLTK Utility Widgets 
  27.  *  Copyright (C) 2002 Ohio Supercomputer Center, Ohio State University
  28.  *
  29.  * This file and its content is protected by a software license.
  30.  * You should have received a copy of this license with this file.
  31.  * If not, please contact the Ohio Supercomputer Center immediately:
  32.  * Attn: Jason Bryan Re: FLU 1224 Kinnear Rd, Columbus, Ohio 43212
  33.  * 
  34.  ***************************************************************/
  35. #ifndef _FLU_FILE_CHOOSER_PIXMAPS_H
  36. #define _FLU_FILE_CHOOSER_PIXMAPS_H
  37. #include <corelib/ncbistd.hpp>
  38. NCBI_GUIWIDGETS_FLU_EXPORT extern char* monalisa_xpm[];
  39. NCBI_GUIWIDGETS_FLU_EXPORT extern char* filedetails_xpm[];
  40. NCBI_GUIWIDGETS_FLU_EXPORT extern char* filelist_xpm[];
  41. NCBI_GUIWIDGETS_FLU_EXPORT extern char* filelistwide_xpm[];
  42. NCBI_GUIWIDGETS_FLU_EXPORT extern char* bighome_xpm[];
  43. NCBI_GUIWIDGETS_FLU_EXPORT extern char* folder_favorite_xpm[];
  44. NCBI_GUIWIDGETS_FLU_EXPORT extern char* bigfavorites_xpm[];
  45. NCBI_GUIWIDGETS_FLU_EXPORT extern char* desktop_xpm[];
  46. NCBI_GUIWIDGETS_FLU_EXPORT extern char* bigtemporary_xpm[];
  47. NCBI_GUIWIDGETS_FLU_EXPORT extern char* bigdocuments_xpm[];
  48. NCBI_GUIWIDGETS_FLU_EXPORT extern char* mini_folder_favorites_xpm[];
  49. NCBI_GUIWIDGETS_FLU_EXPORT extern char* mini_desktop_xpm[];
  50. NCBI_GUIWIDGETS_FLU_EXPORT extern char* my_computer_xpm[];
  51. #endif