Re: [wxlua-users] Adding SetPageToolTip and GetPageToolTip to wxAuiNotebook

2013-10-07 Thread John Labenski
On Thu, Oct 3, 2013 at 7:00 PM, Paul K wrote: > Hi John, > > Could you please add SetPageToolTip and GetPageToolTip to > wxAuiNotebook ( > http://docs.wxwidgets.org/2.9.5/classwx_aui_notebook.html#a3caacd690d1efb0a432799148d978dc4 > )? > Thank you. > > Added to SVN trunk. Thanks, -John -

Re: [wxlua-users] wx.wxNOT_FOUND undefined

2013-10-07 Thread John Labenski
On Thu, Oct 3, 2013 at 6:24 AM, Andreas Falkenhahn wrote: > Hi, > > wxLua currently doesn't seem to expose the wxNOT_FOUND constant which is > often used > when working with various controls. I think the following line should be > added to > bindings/wxcore_defsutils.i to make wx.wxNOT_FOUND avail

Re: [wxlua-users] wxlua build problems

2013-10-07 Thread John Labenski
On Tue, Oct 1, 2013 at 8:09 PM, Milind Gupta wrote: > Hi, > I am trying to build wxLua on windows using tdm gcc. If I try > building wxwidgets monolithic it does not work, so without monolithic I > have the CMAKE output after I do configure a couple of times is: > > * > --

Re: [wxlua-users] Where do wxLuaEventCallbacks get deleted?

2013-10-07 Thread John Labenski
> >> I'm trying to understand how wxLua handles its event mechanism. I can > see that > >> for every call to Connect(), wxLua will create a new object of > wxLuaEventCallback. > >> But I don't see where these get deleted. > > They are deleted by the wxEvtHandler when Connect() is called. http://so