Files
wmaker/src/usermenu.h
T
1999-04-10 19:32:34 +00:00

11 lines
204 B
C

#ifdef USER_MENU
#ifndef _WUSERMENU_H_
#define _WUSERMENU_H_
WMenu *wUserMenuGet(WScreen *scr, WWindow *wwin);
void wUserMenuRefreshInstances(WMenu *menu, WWindow *wwin);
#endif
#endif /* USER_MENU */