[Wgui-cvs] wgui CHANGES,1.150,1.151
Status: Beta
Brought to you by:
greenwire
|
From: Rob W. <gre...@us...> - 2004-07-19 21:50:05
|
Update of /cvsroot/wgui/wgui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29916 Modified Files: CHANGES Log Message: Tooltips and cursor changes now check the floating window and any children. Index: CHANGES =================================================================== RCS file: /cvsroot/wgui/wgui/CHANGES,v retrieving revision 1.150 retrieving revision 1.151 diff -C2 -d -r1.150 -r1.151 *** CHANGES 16 Jul 2004 16:41:35 -0000 1.150 --- CHANGES 19 Jul 2004 21:49:55 -0000 1.151 *************** *** 2,5 **** --- 2,6 ---- + Added CDropDown: SetListboxHeight() which allows the height of the drop list to be changed + Added CRect: SizeRect() which returns a CRect the same size as the Rect, but with a top left coordinate of (0, 0) + + Added CWindow: HitTest() which performs a simple hit test to see if a point lies within the window or any of it's children + Added CWindow: PaintToSurface() which blits the window's sirface to the surface it is passed. + Added CWindow: ViewToClient() which does the opposite of ClientToView() *************** *** 19,22 **** --- 20,24 ---- + Bugfix CEditBox: The mouse cursor is no longer changed to an IBeam when over an edit box if it's also over a floating window + Bugfix CTextBox: The mouse cursor is no longer changed to an IBeam when over an text box if it's also over a floating window + + Bugfix CToolTip: Tooltips will not appear if the mouse is being held over a floating window |