Changeset 1336 for trunk/src/user32/win32wbase.h
- Timestamp:
- Oct 17, 1999, 5:46:10 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r1333 r1336 1 /* $Id: win32wbase.h,v 1.2 6 1999-10-17 12:17:45 cbratschiExp $ */1 /* $Id: win32wbase.h,v 1.27 1999-10-17 15:46:10 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 182 182 Win32BaseWindow *getTopParent(); 183 183 SCROLLBAR_INFO *getScrollInfo(int nBar); 184 LONG setScrollInfo(int nBar, SCROLLINFO *info, int fRedraw);185 184 HWND getVertScrollHandle() { return hwndVertScroll; }; 186 185 HWND getHorzScrollHandle() { return hwndHorzScroll; }; … … 213 212 ULONG getBorderWidth() { return borderWidth; }; 214 213 ULONG getBorderHeight() { return borderHeight; }; 214 215 static void NC_AdjustRectInner(LPRECT rect, DWORD style, DWORD exStyle); 216 static void NC_AdjustRectOuter(LPRECT rect, DWORD style, BOOL menu, DWORD exStyle); 217 static BOOL WindowNeedsWMBorder( DWORD style, DWORD exStyle ); 215 218 216 219 PVOID getOldWndProc() { return pOldWndProc; }
Note:
See TracChangeset
for help on using the changeset viewer.