Update of /cvsroot/wxlua/wxLua/bindings/wxwidgets
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv28571/wxLua/bindings/wxwidgets
Modified Files:
wxadv_grid.i
Log Message:
Add unused (as of yet) WXLUAMETHOD_ENCAPSULATE bit for wxLuaMethod struct
Add binding function wxlua.ungcobject(void*) (for testing really)
Add hack for wxGridCellWorker::GetRef() to see what the ref count is.
uses ugly #define to get to it's private m_nRef member.
Index: wxadv_grid.i
===================================================================
RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/wxadv_grid.i,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** wxadv_grid.i 31 Jan 2008 04:34:02 -0000 1.2
--- wxadv_grid.i 17 Mar 2008 03:05:01 -0000 1.3
***************
*** 43,46 ****
--- 43,49 ----
void IncRef()
void DecRef()
+
+ int GetRef() const // wxLua added function to help track if it needs to be refed
+
virtual void SetParameters(const wxString& params)
%endclass
|