- # data file for the Fltk User Interface Designer (fluid)
- version 1.0105
- do_not_include_H_from_C
- header_name {featgroup_config_panel_.hpp}
- code_name {featgroup_config_panel_.cpp}
- decl {/* $Id: featgroup_config_panel.fl,v 1000.0 2004/06/01 21:15:33 gouriano Exp $ */} {public
- }
- decl {/* $Id: featgroup_config_panel.fl,v 1000.0 2004/06/01 21:15:33 gouriano Exp $ */} {}
- decl {#include <ncbi_pch.hpp>} {selected
- }
- class CFeatGroupConfigPanel {open : {public IConfigPanel}
- } {
- decl {CFeatGroupConfigPanel();} {public
- }
- decl {Fl_Group* GetConfigPanel();} {public
- }
- decl {void RememberFeatWidgets();} {public
- }
- decl {void DisplayFeatWidgets();} {public
- }
- Function {x_MakeWidgets()} {private
- } {
- Fl_Window m_ConfigPanel {
- xywh {410 250 694 432} type Single labelsize 12 resizable
- class Fl_Group visible
- } {
- Fl_Group m_FeatWidgetGroup {open
- xywh {0 0 694 432} box UP_BOX labelsize 12 resizable
- } {
- Fl_Browser m_FeatGroups {
- label {Layout/Feature Groups}
- callback {x_OnFeatGroupClick();}
- xywh {2 21 172 322} type Hold labelsize 12 align 1 textsize 12
- }
- Fl_Group m_FeatGroupBtns {open
- xywh {175 35 65 174} labelsize 12
- code0 {o->resizable(NULL);}
- } {
- Fl_Button {} {
- label {@#8->}
- callback {x_OnUp();}
- xywh {178 131 31 34} labelsize 12
- }
- Fl_Button {} {
- label {@#2->}
- callback {x_OnDown();}
- xywh {179 171 31 34} labelsize 12
- }
- Fl_Button {} {
- label {@#4-> Save}
- xywh {178 44 58 31} labelsize 12
- }
- Fl_Button {} {
- label Delete
- xywh {178 82 58 31} labelsize 12
- }
- }
- Fl_Group {} {open
- xywh {246 9 438 413} box DOWN_BOX labelsize 12
- } {
- Fl_Group {} {open
- private xywh {265 17 163 107} labelsize 12
- code0 {o->resizable(NULL);}
- } {
- Fl_Input m_CurrentGroupName {
- label {Group Name:}
- xywh {266 35 162 25} labelsize 12 align 5 textsize 12
- }
- Fl_Round_Button {} {
- label Features
- xywh {271 64 93 19} type Radio down_box ROUND_DOWN_BOX labelsize 12 when 1
- }
- Fl_Round_Button {} {
- label Alignments
- xywh {271 82 93 19} type Radio down_box ROUND_DOWN_BOX labelsize 12
- }
- Fl_Round_Button {} {
- label Graphs
- xywh {271 100 93 19} type Radio down_box ROUND_DOWN_BOX labelsize 12
- }
- }
- Fl_Browser m_FeatGroupItems {
- xywh {264 127 171 209} type Hold labelsize 12 textsize 12 resizable
- }
- Fl_Check_Button {} {
- label {If Not Used Previously}
- xywh {268 343 163 23} down_box DOWN_BOX labelsize 12
- }
- Fl_Check_Button {} {
- label {Link Gene, RNA, CDS}
- xywh {268 364 163 23} down_box DOWN_BOX labelsize 12
- }
- Fl_Check_Button {} {
- label {Show Protein Product w/CDS}
- xywh {268 385 163 23} down_box DOWN_BOX labelsize 12
- }
- Fl_Group {} {open
- xywh {500 18 177 400} box UP_FRAME labelsize 12
- } {
- Fl_Box m_Tree {
- xywh {500 18 177 399} box DOWN_FRAME color 7 selection_color 4 labeltype NO_LABEL labelsize 12 align 1
- class CTreeBrowser
- }
- }
- Fl_Group {} {open
- xywh {446 127 48 84} labelsize 12
- code0 {o->resizable(NULL);}
- } {
- Fl_Button {} {
- label {@#6->}
- callback {x_OutofGroup();}
- xywh {451 170 36 29} labelsize 12
- }
- Fl_Button {} {
- label {@#4->}
- callback {x_IntoGroup();}
- xywh {451 131 36 29} labelsize 12
- }
- }
- }
- }
- }
- }
- decl {void cbEnable(Fl_Widget* a, const Fl_Button* o);} {}
- decl {CTreeBrowser::Node* x_FillTree();} {}
- decl {void x_OnChooseKey();} {}
- decl {void x_SetCurrentType(int type, int subtype);} {}
- decl {const CFeatConfigList m_FeatList;} {}
- decl {void x_OnUp();} {}
- decl {void x_OnDown();} {}
- decl {void x_IntoGroup();} {}
- decl {void x_OutofGroup();} {}
- decl {void x_OnFeatGroupClick();} {}
- decl {void x_TestInits();} {}
- }