From: John L. <jla...@gm...> - 2006-05-26 02:17:06
|
On 5/25/06, Steve Kieu <ha...@ya...> wrote: > Hi there, > > I am looking around and not yet find any; > > Look at data.i; it has mapping for wxArrayInt, wxArrayString. With > wxArrayString it has constructor so I can use it normally. But not for > ArrayInt ; Also many others does not have constructor as well; I guess the thought was that normally you'd just use a lua table as an int array. I've added constructors for wxArrayInt so it should work now. You can check to see all the wxLua classes and their member functions here. http://wxlua.sourceforge.net/docs/wxluaref.html -John Labenski |