Changeset 2834 for trunk/src/user32/win32class.h
- Timestamp:
- Feb 20, 2000, 7:28:35 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32class.h
r2672 r2834 1 /* $Id: win32class.h,v 1. 9 2000-02-06 22:00:23 sandervlExp $ */1 /* $Id: win32class.h,v 1.10 2000-02-20 18:28:34 cbratschi Exp $ */ 2 2 /* 3 3 * Win32 Window Class Managment Code for OS/2 … … 47 47 HCURSOR getCursor() { return hCursor; }; 48 48 49 HINSTANCE getInstance() { return hInstance; }; 50 49 51 HBRUSH getBackgroundBrush() { return backgroundBrush; }; 50 52 ULONG getStyle() { return windowStyle; }; 51 53 52 54 HDC getClassDC() { return hdcClass; }; 53 55 54 56 void setMenuName(LPSTR newMenuName);
Note:
See TracChangeset
for help on using the changeset viewer.