Changeset 808 for trunk/src/user32/new/win32wbase.h
- Timestamp:
- Sep 3, 1999, 5:09:46 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
r750 r808 1 /* $Id: win32wbase.h,v 1. 2 1999-08-31 10:36:23sandervl Exp $ */1 /* $Id: win32wbase.h,v 1.3 1999-09-03 15:09:45 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 157 157 BOOL SetWindowText(LPSTR lpsz); 158 158 BOOL hasWindowName(LPSTR wndname, BOOL fUnicode = 0); 159 Win32WndClass *getClass() { return windowClass; }; 160 char *getWindowNameA() { return windowNameA; }; 161 Win32BaseWindow *getOwner() { return owner; }; 159 162 160 163 LRESULT SendMessageA(ULONG msg, WPARAM wParam, LPARAM lParam); … … 167 170 void NotifyParent(UINT Msg, WPARAM wParam, LPARAM lParam); 168 171 169 Win32WndClass *getClass() { return windowClass; };170 171 172 static HWND FindWindowEx(HWND hwndParent, HWND hwndChildAfter, LPSTR lpszClass, LPSTR lpszWindow, 172 173 BOOL fUnicode = 0); … … 199 200 LRESULT SendInternalMessageW(ULONG msg, WPARAM wParam, LPARAM lParam); 200 201 void Init(); 201 202 char *getWindowNameA() { return windowNameA; };203 202 204 203 HWND OS2Hwnd;
Note:
See TracChangeset
for help on using the changeset viewer.
