Changeset 2440 for trunk/src/user32/new/win32wbase.h
- Timestamp:
- Jan 14, 2000, 6:48:33 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/new/win32wbase.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/win32wbase.h
r2437 r2440 1 /* $Id: win32wbase.h,v 1.2 8 2000-01-14 14:45:18 sandervlExp $ */1 /* $Id: win32wbase.h,v 1.29 2000-01-14 17:48:33 cbratschi Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 114 114 ULONG MsgPaint(ULONG tmp1, BOOL select = TRUE); 115 115 ULONG MsgEraseBackGround(HDC hdc); 116 ULONG MsgHitTest(ULONG x, ULONG y);116 ULONG MsgHitTest(ULONG x, ULONG y); 117 117 ULONG MsgNCPaint(); 118 118 ULONG MsgFormatFrame(WINDOWPOS *lpWndPos); … … 189 189 HMENU GetMenu() { return hMenu; }; 190 190 VOID SetMenu(HMENU newMenu) { hMenu = newMenu; }; 191 void SetSysMenu(HMENU hSystemMenu) { hSysMenu = hSystemMenu; };191 void SetSysMenu(HMENU hSystemMenu) { hSysMenu = hSystemMenu; }; 192 192 HMENU GetSysMenu() { return hSysMenu; } 193 193 … … 400 400 VOID DrawMaxButton(HDC hdc,BOOL down,BOOL bGrayed); 401 401 VOID DrawMinButton(HDC hdc,BOOL down,BOOL bGrayed); 402 VOID DrawCaption(HDC hdc,RECT *rect,BOOL active); 402 VOID DrawCaption(HDC hdc,RECT *rect,BOOL active,BOOL redrawText); 403 VOID UpdateCaptionText(); 403 404 VOID DoNCPaint(HRGN clip,BOOL suppress_menupaint); 404 405 LONG HandleNCPaint(HRGN clip);
Note:
See TracChangeset
for help on using the changeset viewer.
