From: Francesco M. <fr...@us...> - 2006-05-14 13:11:52
|
Update of /cvsroot/wxlua/wxLua/bindings/wxstc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv1208/bindings/wxstc Modified Files: wxstc_datatypes.lua Log Message: removed Set/GetStyle for wx >= 2.7 from wxDir|FileDialog Index: wxstc_datatypes.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxstc/wxstc_datatypes.lua,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** wxstc_datatypes.lua 13 May 2006 17:20:51 -0000 1.20 --- wxstc_datatypes.lua 14 May 2006 13:11:49 -0000 1.21 *************** *** 18,22 **** wxInt32 = "int", wxNotebookPage = "wxWindow", - wxPageSetupDialog = "wxPageSetupDialogBase", wxPreviewWindow = "wxScrolledWindow", wxTextCoord = "long", --- 18,21 ---- |