blob: 548c02b889b03c8550a2ed3d71dab74726efe220 (
plain)
1
2
3
4
5
6
7
|
/* tabpanel.c */
int tabpanelopt_changed(void);
int tabpanel_width(void);
int tabpanel_leftcol(void);
void draw_tabpanel(void);
int get_tabpagenr_on_tabpanel(void);
/* mnv: set ft=c : */
|