Update of /cvsroot/wxlua/wxLua/bindings/wxlua
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv9957/wxlua
Modified Files:
wxlua.i
Log Message:
Update comments for GetBindings() function
Index: wxlua.i
===================================================================
RCS file: /cvsroot/wxlua/wxLua/bindings/wxlua/wxlua.i,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** wxlua.i 16 Jul 2007 19:34:15 -0000 1.7
--- wxlua.i 15 Oct 2007 21:27:42 -0000 1.8
***************
*** 118,123 ****
// These items follow the structure below and ALL items are called as if they
// were table members.
! // Example : print(wxlua.GetBindings()[1].binding.GetClassCount)
! // Example : print(wxlua.GetBindings()[1].binding.GetClassArray[1].methods[1].name)
// Note: Use only '.' and NO () to make it a function call, also check to see
// if the item exists first (unlike the example above)!
--- 118,123 ----
// These items follow the structure below and ALL items are called as if they
// were table members.
! // Example : print(wxlua.GetBindings()[1].GetClassCount)
! // Example : print(wxlua.GetBindings()[1].GetClassArray[1].methods[1].name)
// Note: Use only '.' and NO () to make it a function call, also check to see
// if the item exists first (unlike the example above)!
|