Rev | Line | |
---|
[2469] | 1 | /* $Id: oslibmenu.h,v 1.8 2000-01-18 20:08:11 sandervl Exp $ */
|
---|
| 2 | /*
|
---|
| 3 | * Window Menu wrapper functions for OS/2
|
---|
| 4 | *
|
---|
| 5 | *
|
---|
| 6 | * Copyright 1999 Sander van Leeuwen (sandervl@xs4all.nl)
|
---|
| 7 | *
|
---|
| 8 | *
|
---|
| 9 | * Project Odin Software License can be found in LICENSE.TXT
|
---|
| 10 | *
|
---|
| 11 | */
|
---|
| 12 | #ifndef __OSLIBMENU_H__
|
---|
| 13 | #define __OSLIBMENU_H__
|
---|
| 14 |
|
---|
| 15 | #ifdef OS2_INCLUDED
|
---|
| 16 | #include "win32type.h"
|
---|
| 17 | #endif
|
---|
| 18 |
|
---|
| 19 | HWND OSLibWinSetMenu(HWND hwndParent, HMENU hMenu);
|
---|
| 20 | HMENU OSLibWinCreateMenu(PVOID menutemplate);
|
---|
| 21 | HMENU OSLibWinCreateEmptyMenu();
|
---|
| 22 | HMENU OSLibWinCreateEmptyPopupMenu();
|
---|
| 23 | int OSLibGetMenuItemCount(HWND hMenu);
|
---|
| 24 | BOOL OSLibGetMenuItemRect(HWND hMenu, int index, LPRECT pRect);
|
---|
| 25 |
|
---|
| 26 | #endif //__OSLIBGDI_H__
|
---|
Note:
See
TracBrowser
for help on using the repository browser.