Update of /cvsroot/mahogany/M/include/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6194/include/gui
Modified Files:
wxllist.h
Log Message:
optimization: prune consecutive layout command objects as latter overrides the
former anyhow
Index: wxllist.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxllist.h,v
retrieving revision 1.83
retrieving revision 1.84
diff -b -u -2 -r1.83 -r1.84
--- wxllist.h 10 Jan 2004 18:49:23 -0000 1.83
+++ wxllist.h 9 Jul 2005 20:56:56 -0000 1.84
@@ -508,7 +508,8 @@
@param xpos where to insert new object
@param obj the object to insert
+ @param len effective length of the new object is stored here if not
NULL
@return true if that xpos existed and the object was inserted
*/
- bool Insert(CoordType xpos, wxLayoutObject *obj);
+ bool Insert(CoordType xpos, wxLayoutObject *obj, CoordType *len = NULL);
/** This function inserts text at cursor position xpos.
-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates