source:
branches/v2.9/classes/inc/_menu.h
Last change on this file was 2, checked in by , 8 years ago | |
---|---|
File size: 250 bytes |
Line | |
---|---|
1 | #ifndef MENU_H_INCLUDED |
2 | #define MENU_H_INCLUDED |
3 | |
4 | SHORT menuInsertMenuItem( HWND hwndMenu, HWND hwndSubMenu, SHORT sPosition, int iID, char * chrText); |
5 | MRESULT menuInsertMenuSeparator(HWND hwndMenu, HWND hwndSubMenu, SHORT sPosition ); |
6 | |
7 | #endif |
Note:
See TracBrowser
for help on using the repository browser.