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

生物技术

开发平台:

C/C++

  1. /*
  2.  * ===========================================================================
  3.  * PRODUCTION $Log: entry_form_.hpp,v $
  4.  * PRODUCTION Revision 1000.1  2004/06/01 19:47:42  gouriano
  5.  * PRODUCTION PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.8
  6.  * PRODUCTION
  7.  * ===========================================================================
  8.  */
  9. // generated by Fast Light User Interface Designer (fluid) version 1.0105
  10. #ifndef entry_form__hpp
  11. #define entry_form__hpp
  12. #include <FL/Fl.H>
  13. /* $Id: entry_form_.hpp,v 1000.1 2004/06/01 19:47:42 gouriano Exp $ */
  14. #include <FL/Fl_Double_Window.H>
  15. #include <FL/Fl_Group.H>
  16. #include <FL/Fl_Return_Button.H>
  17. #include <FL/Fl_Button.H>
  18. class NCBI_GUIDIALOGS_EXPORT CEntryFormDialog : public CDialog {
  19. public:
  20.   CEntryFormDialog();
  21.   CFlForm* GetFormWidget();
  22.   void Show();
  23.   void SetTitle(const string& title);
  24.   void AddTitleWidget(Fl_Widget* w);
  25.   void AddEditWidget (Fl_Widget* new_widget);
  26.   void Size(int w, int h);
  27. private:
  28.   string m_Title;
  29.   void x_AddWidget(Fl_Widget* w);
  30.   Fl_Double_Window* x_CreateWindow();
  31.   CFlForm *m_Form;
  32.   inline void cb_OK_i(Fl_Return_Button*, void*);
  33.   static void cb_OK(Fl_Return_Button*, void*);
  34.   inline void cb_Cancel_i(Fl_Button*, void*);
  35.   static void cb_Cancel(Fl_Button*, void*);
  36. };
  37. #endif