repo.or.cz
/
wmaker-crm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Buttons!
[wmaker-crm.git]
/
src
/
usermenu.h
blob
58a9a47c9ea3f9547c77b899322cd56999a729c0
1
#ifdef USER_MENU
2
3
#ifndef _WUSERMENU_H_
4
#define _WUSERMENU_H_
5
6
WMenu
*
wUserMenuGet
(
WScreen
*
scr
,
WWindow
*
wwin
);
7
void
wUserMenuRefreshInstances
(
WMenu
*
menu
,
WWindow
*
wwin
);
8
9
#endif
10
#endif
/* USER_MENU */