Update of /cvsroot/win32forth/win32forth/apps/Player4
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv23478/apps/Player4
Modified Files:
MCIWnd.f
Log Message:
- Changed the TreeViewControl to use the control class as the base class.
- Moved some methods from the ProjectTreeViewControl into the TreeViewControl class.
- Changed the TreeViewControl to use SendMessage:self and SendMessage:selfdrop
- AutoSize: method added to the control and the child-window class.
Index: MCIWnd.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/apps/Player4/MCIWnd.f,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** MCIWnd.f 10 Jun 2006 18:00:04 -0000 1.5
--- MCIWnd.f 11 Jun 2006 07:37:26 -0000 1.6
***************
*** 92,101 ****
:M WM_MOUSEMOVE ( h m w l -- res ) old-WndProc CallWindowProc ;M
- :M AutoSize: ( -- )
- tempRect.AddrOf GetClientRect: Parent
- 0 0 Right: tempRect Bottom: tempRect \ x,y,h,w
- Move: self
- ;M
-
\ Window Styles: \
\ \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
--- 92,95 ----
|