- # data file for the Fltk User Interface Designer (fluid)
- version 1.0105
- do_not_include_H_from_C
- header_name {visible_range_dlg_.hpp}
- code_name {visible_range_dlg_.cpp}
- decl {/* $Id: visible_range_dlg.fl,v 1000.3 2004/06/01 21:01:37 gouriano Exp $ */} {selected public
- }
- decl {/* $Id: visible_range_dlg.fl,v 1000.3 2004/06/01 21:01:37 gouriano Exp $ */} {selected
- }
- decl {#include <ncbi_pch.hpp>} {selected
- }
- class CVisibleRangeDialog {: {public CDialog}
- } {
- decl {CVisibleRangeDialog(TSeqPos scroll_to, TSeqPos seq_size);} {public
- }
- decl {CVisibleRangeDialog(TSeqPos seq_size);} {public
- }
- decl {TSeqRange GetRange();} {public
- }
- decl {TSeqPos GetScrollTo();} {public
- }
- decl {void SetRange(TSeqRange range);} {public
- }
- decl {void x_OnToInput();} {}
- decl {void x_OnScrollToInput();} {}
- decl {string m_SeqSizeBuffer;} {}
- Function {x_CreateRangeWindow()} {open private
- } {
- Fl_Window {} {
- label {Select Visible Range} open
- xywh {586 273 325 160} type Double hide resizable
- } {
- Fl_Group {} {open
- xywh {145 40 91 75}
- } {
- Fl_Input m_From {
- xywh {145 44 91 30} type Int labeltype NO_LABEL
- }
- Fl_Input m_To {
- callback {x_OnToInput();}
- xywh {145 84 91 30} type Int labeltype NO_LABEL when 1
- }
- }
- Fl_Group {} {
- xywh {0 120 329 31} resizable
- } {
- Fl_Return_Button {} {
- label OK
- callback {x_OnOK();}
- xywh {155 126 80 25}
- }
- Fl_Button {} {
- label Cancel
- callback {x_OnCancel();}
- xywh {240 126 80 25}
- }
- Fl_Group {} {open
- xywh {20 125 135 25} resizable
- } {}
- }
- Fl_Box m_ToErrorMsg {
- label {Field must be less the sequence size}
- xywh {126 115 170 15} labelsize 10 labelcolor 1 align 17 hide
- }
- Fl_Box {} {
- label {Sequence size is}
- xywh {93 10 120 24} align 16
- }
- Fl_Box m_SeqSize {
- xywh {209 10 45 25} align 20
- }
- Fl_Box {} {
- label From
- xywh {96 50 45 15} align 24
- }
- Fl_Box m_ToLabel {
- label To
- xywh {107 90 34 15} align 24
- }
- }
- }
- Function {x_CreateScrollToWindow()} {open private
- } {
- Fl_Window {} {
- label {Select Scroll To Range} open
- xywh {582 473 325 116} type Double hide resizable
- } {
- Fl_Group {} {open
- xywh {154 32 91 37}
- } {
- Fl_Input m_ScrollTo {
- callback {x_OnScrollToInput();}
- xywh {158 39 87 30} type Int labeltype NO_LABEL when 1
- }
- }
- Fl_Group {} {open
- xywh {5 80 320 26} resizable
- } {
- Fl_Return_Button {} {
- label OK
- callback {x_OnOK();}
- xywh {155 81 80 25}
- }
- Fl_Button {} {
- label Cancel
- callback {x_OnCancel();}
- xywh {240 81 80 25}
- }
- Fl_Group {} {open
- xywh {20 80 135 25} resizable
- } {}
- }
- Fl_Box m_ScrollToErrorMsg {
- label {Field must be less the sequence size}
- xywh {135 67 170 15} labelsize 10 labelcolor 1 align 17 hide
- }
- Fl_Box {} {
- label {Sequence size is}
- xywh {90 10 123 25} align 16
- }
- Fl_Box m_ScrollToSize {
- xywh {206 10 45 25} align 20
- }
- Fl_Box m_ScrollToLabel {
- label {Scroll To}
- xywh {90 45 64 15} align 20
- }
- }
- }
- }