Bram Moolenaar | 9b9714b | 2005-10-04 09:06:09 +0000 | [diff] [blame^] | 1 | /* popupmenu.c */ |
2 | void pum_display __ARGS((char_u **array, int size, int selected, int row, int height, int col)); | ||||
3 | void pum_redraw __ARGS((void)); | ||||
4 | void pum_set_selected __ARGS((int n)); | ||||
5 | void pum_undisplay __ARGS((void)); | ||||
6 | void pum_clear __ARGS((void)); | ||||
7 | int pum_visible __ARGS((void)); | ||||
8 | /* vim: set ft=c : */ |