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,
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