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

生物技术

开发平台:

C/C++

  1. # data file for the Fltk User Interface Designer (fluid)
  2. version 1.0105 
  3. do_not_include_H_from_C 
  4. header_name {../../../../include/gui/dialogs/config/theme_config_panel_.hpp} 
  5. code_name {theme_config_panel_.cpp}
  6. decl {/* $Id: theme_config_panel.fl,v 1000.1 2004/06/01 20:45:47 gouriano Exp $ */} {public
  7. decl {/* $Id: theme_config_panel.fl,v 1000.1 2004/06/01 20:45:47 gouriano Exp $ */} {} 
  8. decl {#include <ncbi_pch.hpp>} {} 
  9. class NCBI_GUIDIALOGS_EXPORT CThemeConfigPanel {: {public CThemeConfigPanelBase}
  10. } {
  11.   decl {CThemeConfigPanel();} {public
  12.   }
  13.   decl {Fl_Group* GetConfigPanel();} {public
  14.   }
  15.   decl {void MakeWidgets();} {public
  16.   }
  17.   Function {x_MakeWidgets()} {open private
  18.   } {
  19.     Fl_Window m_ConfigPanel {open
  20.       xywh {586 244 315 225} type Single resizable
  21.       class Fl_Group visible
  22.     } {
  23.       Fl_Group {} {open
  24.         xywh {0 0 314 64}
  25.       } {
  26.         Fl_Box {} {
  27.           label Item
  28.           xywh {20 5 45 25} align 20
  29.         }
  30.         Fl_Choice m_ItemList {
  31.           callback {UpdateWidgets();} open
  32.           xywh {76 5 233 25} down_box BORDER_BOX
  33.         } {}
  34.         Fl_Box {} {
  35.           label Style
  36.           xywh {20 35 45 25} align 20
  37.         }
  38.         Fl_Choice m_StyleList {
  39.           callback {x_StyleChosen();} open
  40.           xywh {75 35 235 25} down_box BORDER_BOX
  41.         } {}
  42.         Fl_Box {} {
  43.           label resizable
  44.           xywh {93 60 109 2} labeltype NO_LABEL hide deactivate resizable
  45.         }
  46.       }
  47.       Fl_Group m_Preview {
  48.         xywh {0 65 315 160} box DOWN_BOX resizable
  49.       } {}
  50.     }
  51.   }
  52.   decl {void UpdateWidgets();} {public
  53.   }
  54.   decl {void x_SetItems();} {}
  55.   decl {string x_GetCurrentItem();} {}
  56.   decl {void x_SetStyles(const string&);} {}
  57.   decl {void x_StyleChosen();} {}