Update of /cvsroot/wxlua/wxLua/modules/wxluadebug/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv15480/wxLua/modules/wxluadebug/src
Modified Files:
wxlstack.cpp
Log Message:
Add a simple method to get the binding info, seems small and works well
Addd sample lua program bindings.wx.lua to show them in a listctrl
Fix incircles to work with new bindings
Put the "name" of the struct binding items first always
Index: wxlstack.cpp
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxluadebug/src/wxlstack.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** wxlstack.cpp 31 May 2007 21:38:49 -0000 1.3
--- wxlstack.cpp 8 Jun 2007 01:36:32 -0000 1.4
***************
*** 587,591 ****
void wxLuaStackDialog::OnItemActivated(wxListEvent &event)
{
! ExpandItem(event.GetIndex()); //.GetIndex());
}
--- 587,591 ----
void wxLuaStackDialog::OnItemActivated(wxListEvent &event)
{
! ExpandItem(event.GetIndex());
}
|