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

生物技术

开发平台:

C/C++

  1. /*
  2.  * ===========================================================================
  3.  * PRODUCTION $Log: flu_pixmaps.h,v $
  4.  * PRODUCTION Revision 1000.1  2004/06/01 19:51:28  gouriano
  5.  * PRODUCTION PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.2
  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_pixmaps.h,v $
  15.  * Revision 1000.1  2004/06/01 19:51:28  gouriano
  16.  * PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.2
  17.  *
  18.  * Revision 1.2  2004/05/03 12:47:07  dicuccio
  19.  * Added #include for gui/gui.hpp.  gui/utils ->gui/objutils where needed.
  20.  *
  21.  * Revision 1.1  2004/03/11 13:51:55  dicuccio
  22.  * Imported FLU version 2.9.1.  Altered export specifiers to match NCBI layout.
  23.  * Altered include paths to match NCBI toolkit layout.
  24.  *
  25.  * ==========================================================================
  26.  */
  27. // $Id: flu_pixmaps.h,v 1000.1 2004/06/01 19:51:28 gouriano Exp $
  28. /***************************************************************
  29.  *                FLU - FLTK Utility Widgets 
  30.  *  Copyright (C) 2002 Ohio Supercomputer Center, Ohio State University
  31.  *
  32.  * This file and its content is protected by a software license.
  33.  * You should have received a copy of this license with this file.
  34.  * If not, please contact the Ohio Supercomputer Center immediately:
  35.  * Attn: Jason Bryan Re: FLU 1224 Kinnear Rd, Columbus, Ohio 43212
  36.  * 
  37.  ***************************************************************/
  38. #ifndef _FLU_PIXMAPS_H
  39. #define _FLU_PIXMAPS_H
  40. #include <corelib/ncbistd.hpp>
  41. #include <gui/gui.hpp>
  42. NCBI_GUIWIDGETS_FLU_EXPORT extern char* plus_xpm[];
  43. NCBI_GUIWIDGETS_FLU_EXPORT extern char* minus_xpm[];
  44. NCBI_GUIWIDGETS_FLU_EXPORT extern char* arrow_closed_xpm[];
  45. NCBI_GUIWIDGETS_FLU_EXPORT extern char* arrow_open_xpm[];
  46. NCBI_GUIWIDGETS_FLU_EXPORT extern char* bluedot_xpm[];
  47. NCBI_GUIWIDGETS_FLU_EXPORT extern char* book_xpm[];
  48. NCBI_GUIWIDGETS_FLU_EXPORT extern char* floppy_drive_xpm[];
  49. NCBI_GUIWIDGETS_FLU_EXPORT extern char* network_drive_xpm[];
  50. NCBI_GUIWIDGETS_FLU_EXPORT extern char* ram_drive_xpm[];
  51. NCBI_GUIWIDGETS_FLU_EXPORT extern char* removable_drive_xpm[];
  52. NCBI_GUIWIDGETS_FLU_EXPORT extern char* cd_drive_xpm[];
  53. NCBI_GUIWIDGETS_FLU_EXPORT extern char* computer_xpm[];
  54. NCBI_GUIWIDGETS_FLU_EXPORT extern char* disk_drive_xpm[];
  55. NCBI_GUIWIDGETS_FLU_EXPORT extern char* filled_folder_xpm[];
  56. NCBI_GUIWIDGETS_FLU_EXPORT extern char* folder_closed_xpm[];
  57. NCBI_GUIWIDGETS_FLU_EXPORT extern char* folder_open_xpm[];
  58. NCBI_GUIWIDGETS_FLU_EXPORT extern char* folder_up_xpm[];
  59. NCBI_GUIWIDGETS_FLU_EXPORT extern char* folder_load_xpm[];
  60. NCBI_GUIWIDGETS_FLU_EXPORT extern char* folder_save_xpm[];
  61. NCBI_GUIWIDGETS_FLU_EXPORT extern char* big_folder_up_xpm[];
  62. NCBI_GUIWIDGETS_FLU_EXPORT extern char* big_folder_new_xpm[];
  63. NCBI_GUIWIDGETS_FLU_EXPORT extern char* greendot_xpm[];
  64. NCBI_GUIWIDGETS_FLU_EXPORT extern char* purpledot_xpm[];
  65. NCBI_GUIWIDGETS_FLU_EXPORT extern char* question_book_xpm[];
  66. NCBI_GUIWIDGETS_FLU_EXPORT extern char* reddot_xpm[];
  67. NCBI_GUIWIDGETS_FLU_EXPORT extern char* tealdot_xpm[];
  68. NCBI_GUIWIDGETS_FLU_EXPORT extern char* textdoc_xpm[];
  69. NCBI_GUIWIDGETS_FLU_EXPORT extern char* yellowdot_xpm[];
  70. NCBI_GUIWIDGETS_FLU_EXPORT extern char* cdrom_xpm[];
  71. NCBI_GUIWIDGETS_FLU_EXPORT extern char* trash_xpm[];
  72. NCBI_GUIWIDGETS_FLU_EXPORT extern char* home_xpm[];
  73. NCBI_GUIWIDGETS_FLU_EXPORT extern char* reload_xpm[];
  74. #endif