view src/proto/popupmnu.pro @ 2160:c1d31f774a03 vim73

Get rid of the "extra" and "lang" archives.
author Bram Moolenaar <bram@vim.org>
date Sat, 15 May 2010 15:41:59 +0200
parents e63691e7c504
children 21b0a39d13ed
line wrap: on
line source

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