wxStyledTextCtrl, EVT_STC_POSCHANGED in C++
Rory Walsh
rorywalsh at ear.ie
Mon Apr 2 10:27:16 PDT 2007
Thanks Robin. Do you know where I can find current up to date docs?
Rory.
Robin Dunn wrote:
> Rory Walsh wrote:
>> In the python docs for wxStyledTextCtrl it lists a EVT_STC_POSCHANGED
>> event yet there doesn't seem to be one for c++. I would like to
>> capture up and down key presses but EVT_STC_KEY doesn't seem to work
>> on windows and EVT_STC_CHANGE only captures changes. Can anyone advise
>> on how best to capture up/down left/right arrows? Cheers,
>
> EVT_STC_POSCHANGED was deprecated and removed from Scintilla several
> versions ago. To get the key events yourself you can use EVT_KEY_DOWN
> like normal.
>
More information about the wx-users
mailing list