⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 flu_pixmaps.h

📁 ncbi源码
💻 H
字号:
/* * =========================================================================== * PRODUCTION $Log: flu_pixmaps.h,v $ * PRODUCTION Revision 1000.1  2004/06/01 19:51:28  gouriano * PRODUCTION PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.2 * PRODUCTION * =========================================================================== *//* * These files were imported into NCBI's CVS directly from FLU version 2.9.1. * Modifications to the source are listed below. * * ========================================================================== * $Log: flu_pixmaps.h,v $ * Revision 1000.1  2004/06/01 19:51:28  gouriano * PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.2 * * Revision 1.2  2004/05/03 12:47:07  dicuccio * Added #include for gui/gui.hpp.  gui/utils ->gui/objutils where needed. * * Revision 1.1  2004/03/11 13:51:55  dicuccio * Imported FLU version 2.9.1.  Altered export specifiers to match NCBI layout. * Altered include paths to match NCBI toolkit layout. * * ========================================================================== */// $Id: flu_pixmaps.h,v 1000.1 2004/06/01 19:51:28 gouriano Exp $/*************************************************************** *                FLU - FLTK Utility Widgets  *  Copyright (C) 2002 Ohio Supercomputer Center, Ohio State University * * This file and its content is protected by a software license. * You should have received a copy of this license with this file. * If not, please contact the Ohio Supercomputer Center immediately: * Attn: Jason Bryan Re: FLU 1224 Kinnear Rd, Columbus, Ohio 43212 *  ***************************************************************/#ifndef _FLU_PIXMAPS_H#define _FLU_PIXMAPS_H#include <corelib/ncbistd.hpp>#include <gui/gui.hpp>NCBI_GUIWIDGETS_FLU_EXPORT extern char* plus_xpm[];NCBI_GUIWIDGETS_FLU_EXPORT extern char* minus_xpm[];NCBI_GUIWIDGETS_FLU_EXPORT extern char* arrow_closed_xpm[];NCBI_GUIWIDGETS_FLU_EXPORT extern char* arrow_open_xpm[];NCBI_GUIWIDGETS_FLU_EXPORT extern char* bluedot_xpm[];NCBI_GUIWIDGETS_FLU_EXPORT extern char* book_xpm[];NCBI_GUIWIDGETS_FLU_EXPORT extern char* floppy_drive_xpm[];NCBI_GUIWIDGETS_FLU_EXPORT extern char* network_drive_xpm[];NCBI_GUIWIDGETS_FLU_EXPORT extern char* ram_drive_xpm[];NCBI_GUIWIDGETS_FLU_EXPORT extern char* removable_drive_xpm[];NCBI_GUIWIDGETS_FLU_EXPORT extern char* cd_drive_xpm[];NCBI_GUIWIDGETS_FLU_EXPORT extern char* computer_xpm[];NCBI_GUIWIDGETS_FLU_EXPORT extern char* disk_drive_xpm[];NCBI_GUIWIDGETS_FLU_EXPORT extern char* filled_folder_xpm[];NCBI_GUIWIDGETS_FLU_EXPORT extern char* folder_closed_xpm[];NCBI_GUIWIDGETS_FLU_EXPORT extern char* folder_open_xpm[];NCBI_GUIWIDGETS_FLU_EXPORT extern char* folder_up_xpm[];NCBI_GUIWIDGETS_FLU_EXPORT extern char* folder_load_xpm[];NCBI_GUIWIDGETS_FLU_EXPORT extern char* folder_save_xpm[];NCBI_GUIWIDGETS_FLU_EXPORT extern char* big_folder_up_xpm[];NCBI_GUIWIDGETS_FLU_EXPORT extern char* big_folder_new_xpm[];NCBI_GUIWIDGETS_FLU_EXPORT extern char* greendot_xpm[];NCBI_GUIWIDGETS_FLU_EXPORT extern char* purpledot_xpm[];NCBI_GUIWIDGETS_FLU_EXPORT extern char* question_book_xpm[];NCBI_GUIWIDGETS_FLU_EXPORT extern char* reddot_xpm[];NCBI_GUIWIDGETS_FLU_EXPORT extern char* tealdot_xpm[];NCBI_GUIWIDGETS_FLU_EXPORT extern char* textdoc_xpm[];NCBI_GUIWIDGETS_FLU_EXPORT extern char* yellowdot_xpm[];NCBI_GUIWIDGETS_FLU_EXPORT extern char* cdrom_xpm[];NCBI_GUIWIDGETS_FLU_EXPORT extern char* trash_xpm[];NCBI_GUIWIDGETS_FLU_EXPORT extern char* home_xpm[];NCBI_GUIWIDGETS_FLU_EXPORT extern char* reload_xpm[];#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -