Re: [wxlua-users] wxTextCtrl:ChangeValue

2008-03-25 Thread John Labenski
On Thu, Mar 20, 2008 at 12:43 PM, Eero Pajarre <[EMAIL PROTECTED]> wrote: > Today I noticed that I would have liked to use wxTextCtrl:ChangeValue > (It differs from SetValue, because it does not generate events > when it changes the value) > > The function seems to be added on wxWidgets 2.7.1,

[wxlua-users] wxTextCtrl:ChangeValue

2008-03-20 Thread Eero Pajarre
Today I noticed that I would have liked to use wxTextCtrl:ChangeValue (It differs from SetValue, because it does not generate events when it changes the value) The function seems to be added on wxWidgets 2.7.1, so it is not that odd that it is not included yet. (The function was not SO important