From: Alexander S.K. <al...@be...> - 2004-10-07 09:58:37
|
Hi, All! I'm working on some modifications in HwGUI core - they shouldn't cause problems with existing applications, but will add new possibilities. These changes will bring to HwGUI more OOP style. Mainly, this is modification of messages handling. I want to drop all those DefWndProc(), DefDlgProc, etc., and add method onEvent to the HCustomWindow class and to all derivative classes, where it is needed - so it will be easy to create new control, window, dialog classes from existing with modified messages handling code. I make also some changes in HWindow class - it will be a parent for HMainWindow, HMDIChildWindow, HChildWindow and, maybe, some other user defined window classes. If you have suggestions, related to these planned changes, it's a good time to publish them now. Regards, Alexander http://kresin.belgorod.su |