theme_config_panel.fl
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:2k
- # data file for the Fltk User Interface Designer (fluid)
- version 1.0105
- do_not_include_H_from_C
- header_name {../../../../include/gui/dialogs/config/theme_config_panel_.hpp}
- code_name {theme_config_panel_.cpp}
- decl {/* $Id: theme_config_panel.fl,v 1000.1 2004/06/01 20:45:47 gouriano Exp $ */} {public
- }
- decl {/* $Id: theme_config_panel.fl,v 1000.1 2004/06/01 20:45:47 gouriano Exp $ */} {}
- decl {#include <ncbi_pch.hpp>} {}
- class NCBI_GUIDIALOGS_EXPORT CThemeConfigPanel {: {public CThemeConfigPanelBase}
- } {
- decl {CThemeConfigPanel();} {public
- }
- decl {Fl_Group* GetConfigPanel();} {public
- }
- decl {void MakeWidgets();} {public
- }
- Function {x_MakeWidgets()} {open private
- } {
- Fl_Window m_ConfigPanel {open
- xywh {586 244 315 225} type Single resizable
- class Fl_Group visible
- } {
- Fl_Group {} {open
- xywh {0 0 314 64}
- } {
- Fl_Box {} {
- label Item
- xywh {20 5 45 25} align 20
- }
- Fl_Choice m_ItemList {
- callback {UpdateWidgets();} open
- xywh {76 5 233 25} down_box BORDER_BOX
- } {}
- Fl_Box {} {
- label Style
- xywh {20 35 45 25} align 20
- }
- Fl_Choice m_StyleList {
- callback {x_StyleChosen();} open
- xywh {75 35 235 25} down_box BORDER_BOX
- } {}
- Fl_Box {} {
- label resizable
- xywh {93 60 109 2} labeltype NO_LABEL hide deactivate resizable
- }
- }
- Fl_Group m_Preview {
- xywh {0 65 315 160} box DOWN_BOX resizable
- } {}
- }
- }
- decl {void UpdateWidgets();} {public
- }
- decl {void x_SetItems();} {}
- decl {string x_GetCurrentItem();} {}
- decl {void x_SetStyles(const string&);} {}
- decl {void x_StyleChosen();} {}
- }