?? flu_return_button.h
字號(hào):
/* * =========================================================================== * PRODUCTION $Log: Flu_Return_Button.h,v $ * PRODUCTION Revision 1000.0 2004/04/12 18:22:04 gouriano * PRODUCTION PRODUCTION: IMPORTED [CATCHUP_003] Dev-tree R1.1 * 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.h,v $ * Revision 1000.0 2004/04/12 18:22:04 gouriano * PRODUCTION: IMPORTED [CATCHUP_003] Dev-tree R1.1 * * Revision 1.1 2004/03/11 13:51:54 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.h,v 1000.0 2004/04/12 18:22:04 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_RETURN_BUTTON_H#define _FLU_RETURN_BUTTON_H#include <gui/widgets/FLU/Flu_Button.h>//! This class extends Flu_Button to make a button similar to Fl_Return_Buttonclass NCBI_GUIWIDGETS_FLU_EXPORT Flu_Return_Button : public Flu_Button{ public: //! Normal FLTK widget constructor Flu_Return_Button( int X,int Y,int W,int H,const char *l = 0 ); //! Default destructor ~Flu_Return_Button();};#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -