Last change
on this file since 4 was 4, checked in by stevenhl, 8 years ago |
Import modifications from cwmm-0_2_9-work-01_10_2006.zip dated 2006-08-27
|
File size:
600 bytes
|
Line | |
---|
1 | #ifndef MENU_H_INCLUDED
|
---|
2 | #define MENU_H_INCLUDED
|
---|
3 |
|
---|
4 | #if __cplusplus
|
---|
5 | extern "C" {
|
---|
6 | #endif
|
---|
7 | SHORT menuInsertMenuItem( HWND hwndMenu, HWND hwndSubMenu, SHORT sPosition, int iID, char * chrText);
|
---|
8 | MRESULT menuInsertMenuSeparator(HWND hwndMenu, HWND hwndSubMenu, SHORT sPosition );
|
---|
9 | SHORT menuQueryItemCount(HWND hwndMenu);
|
---|
10 | MRESULT menuCheckItem(HWND hwndMenu, USHORT usID, BOOL fIncludeSubMenu, BOOL fCheck);
|
---|
11 | MRESULT menuRemoveItem(HWND hwndMenu, USHORT usID, BOOL fIncludeSubMenu);
|
---|
12 | MRESULT menuCheckForItem(HWND hwndMenu, USHORT usID, BOOL fIncludeSubMenu);
|
---|
13 | #if __cplusplus
|
---|
14 | }
|
---|
15 | #endif
|
---|
16 |
|
---|
17 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.