From: John L. <jr...@us...> - 2006-05-03 22:52:20
|
Update of /cvsroot/wxlua/wxLua/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27806/wxLua/docs Modified Files: binding.html wxlua.html Log Message: don't track pushed wxWindows using EVT_DESTROY twice update geometry.i to 2.6.3 fix unary op - to use op_neg and fix binding operators in general update docs for op_neg Index: wxlua.html =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/wxlua.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** wxlua.html 28 Apr 2006 04:12:42 -0000 1.3 --- wxlua.html 3 May 2006 22:52:17 -0000 1.4 *************** *** 758,761 **** --- 758,765 ---- </li> + <li>"- (unary)" = "op_neg"<br> + + </li> + <li>"*" = "op_mul"<br> Index: binding.html =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/binding.html,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** binding.html 27 Apr 2006 05:17:21 -0000 1.8 --- binding.html 3 May 2006 22:52:17 -0000 1.9 *************** *** 525,528 **** --- 525,530 ---- "-" = "op_sub"<br> + "- (unary)" = "op_neg"<br> + "*" = "op_mul"<br> |