Update of /cvsroot/wxlua/wxLua/bindings/wxwidgets
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv13069/wxLua/bindings/wxwidgets
Modified Files:
wxadv_adv.i wxcore_print.i
Log Message:
Allow "%member static int m_var" to work
Index: wxcore_print.i
===================================================================
RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/wxcore_print.i,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** wxcore_print.i 18 Dec 2007 01:03:32 -0000 1.3
--- wxcore_print.i 8 Jan 2008 00:55:35 -0000 1.4
***************
*** 85,88 ****
--- 85,90 ----
virtual wxString TestVirtualFunctionBinding(const wxString& val) // { return val + wxT("-Base"); }
+ %member static int ms_test_int
+
%endclass
Index: wxadv_adv.i
===================================================================
RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/wxadv_adv.i,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** wxadv_adv.i 10 Dec 2007 05:39:05 -0000 1.2
--- wxadv_adv.i 8 Jan 2008 00:55:35 -0000 1.3
***************
*** 598,602 ****
bool IsIconInstalled()
%wxchkver_2_4 bool IsOk()
! // virtual bool PopupMenu(wxMenu* menu)
// call RemoveIcon() or delete this if you want your program to exit, must have called SetIcon()
--- 598,602 ----
bool IsIconInstalled()
%wxchkver_2_4 bool IsOk()
! virtual bool PopupMenu(wxMenu* menu)
// call RemoveIcon() or delete this if you want your program to exit, must have called SetIcon()
|