Pajama Sam's unmanaged window

Alexandre Julliard julliard at winehq.com
Thu Jan 31 14:00:21 CST 2002


Ove Kaaven <ovehk at ping.uio.no> writes:

> Do you have any examples where it might not work... window subclassing is
> the act of using SetWindowLong to replace the window procedure, which does
> not change the class atom, as far as I know?

That's if you want to subclass all windows of a given class. If you
just want to create your own menu windows but not change the existing
menus, you would create a new class with a new name, and then chain
down to the menu window proc for any unhandled message.

-- 
Alexandre Julliard
julliard at winehq.com




More information about the wine-devel mailing list