欢迎来到虫虫下载站 | 资源下载 资源专辑 关于我们
虫虫下载站

flu_return_button.cpp

ncbi源码
CPP
字号:
/* * =========================================================================== * PRODUCTION $Log: Flu_Return_Button.cpp,v $ * PRODUCTION Revision 1000.1  2004/06/01 21:05:58  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_Return_Button.cpp,v $ * Revision 1000.1  2004/06/01 21:05:58  gouriano * PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.2 * * Revision 1.2  2004/05/21 22:27:51  gorelenk * Added PCH ncbi_pch.hpp * * Revision 1.1  2004/03/11 13:51:39  dicuccio * Imported FLU version 2.9.1.  Altered export specifiers to match NCBI layout. * Altered include paths to match NCBI toolkit layout. * * ========================================================================== */// $Id: Flu_Return_Button.cpp,v 1000.1 2004/06/01 21:05:58 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 *  ***************************************************************/#include <ncbi_pch.hpp>#include <gui/widgets/FLU/Flu_Return_Button.h>Flu_Return_Button :: Flu_Return_Button( int X,int Y,int W,int H,const char *l )  : Flu_Button( X,Y,W,H,l ){  retBtn = true;}Flu_Return_Button :: ~Flu_Return_Button(){}

⌨️ 快捷键说明

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