multi_col_dlg.fl
来自「ncbi源码」· FL 代码 · 共 89 行
FL
89 行
# data file for the Fltk User Interface Designer (fluid)version 1.0105 do_not_include_H_from_C header_name {../../../../include/gui/dialogs/col/multi_col_dlg_.hpp} code_name {multi_col_dlg_.cpp}decl {/* $Id: multi_col_dlg.fl,v 1000.2 2004/06/01 20:45:15 gouriano Exp $ */} {} decl {/* $Id: multi_col_dlg.fl,v 1000.2 2004/06/01 20:45:15 gouriano Exp $ */} {public} decl {\#include <ncbi_pch.hpp>} {} class NCBI_GUIDIALOGS_EXPORT CMultiColDlg {: {public CDialog}} { decl {CMultiColDlg();} {public } decl {void Show();} {public } decl {void SetWindowSize(int w, int h);} {public } decl {void SetTableSize(size_t rows, size_t cols);} {public } decl {void SetLabel(const string& str);} {public } decl {void SetTitle(const string& str);} {public } decl {size_t GetRows() const;} {public } decl {void SetRows(size_t rows);} {public } decl {size_t GetCols() const;} {public } decl {void SetCols(size_t cols);} {public } decl {void SetColumnHeader(size_t col, const string& str);} {public } decl {void SetColumnAlign(size_t col, Fl_Align align);} {public } decl {void SetColumnWidth(size_t col, float width);} {public } decl {void SetColumn(size_t col, const string& label, Fl_Align align = FL_ALIGN_LEFT, float rel_width = 1.0);} {public } decl {void SetCell(size_t row, size_t col, const string& str);} {public } decl {string& SetCell(size_t row, size_t col);} {public } decl {const string& GetCell(size_t row, size_t col) const;} {public } Function {x_CreateWindow()} {private } { Fl_Window {} {open xywh {440 330 425 295} type Double resizable visible } { Fl_Pack {} {open xywh {0 0 425 250} resizable } { Fl_Group m_LabelGroup {open xywh {0 0 425 50} labelsize 12 align 208 } {} Fl_Group {} {open xywh {2 52 421 196} box ENGRAVED_FRAME resizable } { Fl_Group m_Table {open xywh {10 60 405 180} box DOWN_FRAME labelsize 10 resizable class CMultiColTable } {} } } Fl_Group {} {open xywh {3 255 419 5} box THIN_DOWN_FRAME } {} Fl_Group {} {open xywh {5 265 415 25} } { Fl_Return_Button {} { label OK callback {x_OnOK();} xywh {340 265 80 25} } Fl_Group {} {open xywh {5 265 335 25} resizable } {} } } } decl {string m_TitleStr;} {} decl {string m_LabelStr;} {}}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?