Update of /cvsroot/wxlua/wxLua/bindings/wxwidgets
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv1213/wxLua/bindings/wxwidgets
Modified Files:
appframe.i
Log Message:
removed TRUE/FALSE pushed into lua since lua has true/false now
removed pointers to functions in wxLuaBinding, just use the member vars
Index: appframe.i
===================================================================
RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/appframe.i,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** appframe.i 22 Nov 2006 21:13:56 -0000 1.22
--- appframe.i 1 Dec 2006 06:25:46 -0000 1.23
***************
*** 149,152 ****
--- 149,153 ----
%define wxSIMPLE_BORDER
%define wxRESIZE_BORDER
+
%define wxFRAME_TOOL_WINDOW
%wxchkver23 %define wxFRAME_NO_TASKBAR
|