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

生物技术

开发平台:

C/C++

  1. /*
  2.  * ===========================================================================
  3.  * PRODUCTION $Log: font_demo_ui_.hpp,v $
  4.  * PRODUCTION Revision 1000.1  2004/06/01 20:52:11  gouriano
  5.  * PRODUCTION PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.2
  6.  * PRODUCTION
  7.  * ===========================================================================
  8.  */
  9. // generated by Fast Light User Interface Designer (fluid) version 1.0105
  10. #ifndef font_demo_ui__hpp
  11. #define font_demo_ui__hpp
  12. #include <FL/Fl.H>
  13. /* $Id: font_demo_ui_.hpp,v 1000.1 2004/06/01 20:52:11 gouriano Exp $ */
  14. #include <FL/Fl_Double_Window.H>
  15. #include <FL/Fl_Group.H>
  16. #include <FL/Fl_Choice.H>
  17. class CFontDemoUI {
  18. public:
  19.   CFontDemoUI();
  20.   int Show(int argc, char** argv);
  21. private:
  22.   Fl_Double_Window* x_CreateWindow();
  23.   inline void cb__i(Fl_Double_Window*, void*);
  24.   static void cb_(Fl_Double_Window*, void*);
  25.   Fl_Choice *m_Face;
  26.   inline void cb_m_Face_i(Fl_Choice*, void*);
  27.   static void cb_m_Face(Fl_Choice*, void*);
  28.   static Fl_Menu_Item menu_m_Face[];
  29.   Fl_Choice *m_Size;
  30.   inline void cb_m_Size_i(Fl_Choice*, void*);
  31.   static void cb_m_Size(Fl_Choice*, void*);
  32.   static Fl_Menu_Item menu_m_Size[];
  33. public:
  34.   CFontWindow *m_Canvas;
  35. private:
  36.   auto_ptr<Fl_Window> m_Window;
  37.   void x_OnFileExit();
  38.   void x_SetFont();
  39. };
  40. #endif