Changeset 2401 for trunk/src/user32/new/win32wbase.h
- Timestamp:
- Jan 11, 2000, 12:37:24 AM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/new/win32wbase.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/win32wbase.h
r2400 r2401 1 /* $Id: win32wbase.h,v 1.2 2 2000-01-10 23:29:15sandervl Exp $ */1 /* $Id: win32wbase.h,v 1.23 2000-01-10 23:37:24 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 160 160 HMENU GetMenu() { return hMenu; }; 161 161 VOID SetMenu(HMENU newMenu) { hMenu = newMenu; }; 162 HMENU GetSystemMenu(BOOL fRevert);163 HMENU getSystemMenu(){ return hSysMenu; }162 void SetSysMenu(HMENU hSystemMenu) { hSysMenu = hSystemMenu; }; 163 HMENU GetSysMenu() { return hSysMenu; } 164 164 165 165 BOOL SetIcon(HICON hIcon);
Note:
See TracChangeset
for help on using the changeset viewer.
