[Wgui-cvs] wgui CHANGES,1.151,1.152
Status: Beta
Brought to you by:
greenwire
|
From: Rob W. <gre...@us...> - 2004-09-01 18:57:39
|
Update of /cvsroot/wgui/wgui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14753 Modified Files: CHANGES Log Message: Fixed a small bug in the drag selection for edit boxes. Index: CHANGES =================================================================== RCS file: /cvsroot/wgui/wgui/CHANGES,v retrieving revision 1.151 retrieving revision 1.152 diff -C2 -d -r1.151 -r1.152 *** CHANGES 19 Jul 2004 21:49:55 -0000 1.151 --- CHANGES 1 Sep 2004 18:57:30 -0000 1.152 *************** *** 1,4 **** --- 1,5 ---- 0.3.3 -> 0.4.0 + Added CDropDown: SetListboxHeight() which allows the height of the drop list to be changed + + Added CEditBox: GetIndexFromPoint() which returns the character index in a edit box for a point specified in window coordinates + 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 |