In wxpython define a new event can use this code:
'''
# This creates a new Event class and a EVT binder function
(UpdateBarEvent, EVT_UPDATE_BARGRAPH) = wx.lib.newevent.NewEvent()
'''

How can I do same job in lua using wxlua?
I searched for the example of wxlua(I am using Lua For Windows) and 
wxlua document,and do not find out the solution.

Can somebody tell me?
Thanks!


------------------------------------------------------------------------------
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to