Changeset 134 for trunk/include


Ignore:
Timestamp:
Jun 20, 1999, 6:47:39 PM (26 years ago)
Author:
sandervl
Message:

Parent notification changes

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 phaller Exp $ */
     1/* $Id: wndclass.h,v 1.3 1999-06-20 16:47:37 sandervl Exp $ */
    22
    33/*
     
    2020
    2121//SvL: 18-7-'98, Registers system window classes (button, listbox etc etc)
    22 extern "C" {
    2322void RegisterSystemClasses(ULONG hModule);
    24 }
     23void UnregisterSystemClasses();
    2524
    2625class Win32WindowClass
  • trunk/include/wndproc.h

    r10 r134  
    1 /* $Id: wndproc.h,v 1.2 1999-05-27 15:18:00 phaller Exp $ */
     1/* $Id: wndproc.h,v 1.3 1999-06-20 16:47:37 sandervl Exp $ */
    22
    33/*
     
    2828LRESULT EXPENTRY_O32 WndCallback(HWND, UINT, WPARAM, LPARAM);
    2929
     30//Notify parent window of creation/destruction and buttondown messages (if required)
     31void NotifyParent(HWND hwnd, UINT Msg, WPARAM wParam, LPARAM lParam);
     32
    3033class Win32WindowProc
    3134{
     
    4043 static void DeleteWindow(HWND hwnd);
    4144 static Win32WindowProc *FindProc(HWND hwnd);
     45 static Win32WindowProc *FindProc(HWND hwnd, DWORD threadid);
    4246        void SetWindowHandle(HWND hwndProc) { hwnd = hwndProc; };
    4347
Note: See TracChangeset for help on using the changeset viewer.