Rese pubbliche str2mask e msk2str

git-svn-id: svn://10.65.10.50/trunk@644 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1994-11-16 18:29:12 +00:00
parent 70cb625dcd
commit bad82dc7f7

View File

@ -733,9 +733,6 @@ protected:
TMask_field* field(short id) const;
void mask2str(int riga);
void str2mask(int riga);
public:
TSpreadsheet(short x, short y, short dx, short dy, const char* maskname, int maskno,
const char* head, WINDOW parent, TSheet_field * o);
@ -749,6 +746,9 @@ public:
void set_dirty(bool spork = TRUE) { _owner->set_dirty(spork);}
bool dirty() const { return _owner->dirty(); }
void mask2str(int riga);
void str2mask(int riga);
void enable_column(int col, bool on);
void enable_cell(int row, int column, bool on = TRUE);
bool cell_disabled(int row, int column) const;