From: John L. <jr...@us...> - 2007-06-08 01:36:58
|
Update of /cvsroot/wxlua/wxLua/bindings/wxstc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv15480/wxLua/bindings/wxstc Modified Files: wxstc_datatypes.lua 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: wxstc_datatypes.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxstc/wxstc_datatypes.lua,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** wxstc_datatypes.lua 6 Jun 2007 23:42:54 -0000 1.52 --- wxstc_datatypes.lua 8 Jun 2007 01:36:22 -0000 1.53 *************** *** 3073,3076 **** --- 3073,3082 ---- Name = "wxStdDialogButtonSizer", }, + wxStockCursor = { + Condition = "wxLUA_USE_wxCursor", + DefType = "enum", + IsNumber = true, + Name = "wxStockCursor", + }, wxStockGDI = { Condition = "(wxCHECK_VERSION(2,8,0)) && (wxLUA_USE_wxColourPenBrush)", |