view src/proto/popupmnu.pro @ 1023:cb7043482eca v7.0.149

updated for version 7.0-149
author vimboss
date Tue, 24 Oct 2006 19:12:40 +0000
parents 6beb2c667935
children e63691e7c504
line wrap: on
line source

/* popupmnu.c */
extern void pum_display __ARGS((pumitem_T *array, int size, int selected));
extern void pum_redraw __ARGS((void));
extern void pum_undisplay __ARGS((void));
extern void pum_clear __ARGS((void));
extern int pum_visible __ARGS((void));
extern int pum_get_height __ARGS((void));
/* vim: set ft=c : */