summaryrefslogtreecommitdiffstats
path: root/src/hide_show.h
blob: 332f005774868ab1bbda02d5f51dc76c9806bdc8 (plain)
1
2
3
4
5
6
void hide_row(int from_row, int arg);
void hide_col(int from_col, int arg);
void show_row(int from_row, int arg);
void show_col(int from_col, int arg);
void show_hiddenrows();
void show_hiddencols();