Changeset 134 for trunk/include
- Timestamp:
- Jun 20, 1999, 6:47:39 PM (26 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/wndclass.h
r10 r134 1 /* $Id: wndclass.h,v 1. 2 1999-05-27 15:17:57 phallerExp $ */1 /* $Id: wndclass.h,v 1.3 1999-06-20 16:47:37 sandervl Exp $ */ 2 2 3 3 /* … … 20 20 21 21 //SvL: 18-7-'98, Registers system window classes (button, listbox etc etc) 22 extern "C" {23 22 void RegisterSystemClasses(ULONG hModule); 24 } 23 void UnregisterSystemClasses(); 25 24 26 25 class Win32WindowClass -
trunk/include/wndproc.h
r10 r134 1 /* $Id: wndproc.h,v 1. 2 1999-05-27 15:18:00 phallerExp $ */1 /* $Id: wndproc.h,v 1.3 1999-06-20 16:47:37 sandervl Exp $ */ 2 2 3 3 /* … … 28 28 LRESULT EXPENTRY_O32 WndCallback(HWND, UINT, WPARAM, LPARAM); 29 29 30 //Notify parent window of creation/destruction and buttondown messages (if required) 31 void NotifyParent(HWND hwnd, UINT Msg, WPARAM wParam, LPARAM lParam); 32 30 33 class Win32WindowProc 31 34 { … … 40 43 static void DeleteWindow(HWND hwnd); 41 44 static Win32WindowProc *FindProc(HWND hwnd); 45 static Win32WindowProc *FindProc(HWND hwnd, DWORD threadid); 42 46 void SetWindowHandle(HWND hwndProc) { hwnd = hwndProc; }; 43 47
Note:
See TracChangeset
for help on using the changeset viewer.