The wx.py package captures key down events and doesn't skip them when it
doesn't want them to alter the content of the stc.
You can use stc.SetMarginWidth(<margin>, <width>) to set the width of
margins.
- Josiah
···
Grant Edwards <grante@visi.com> wrote:
There were two things that I needed to change right away: make
the widget non-editable, and remove the gray bar on the left.
It wasn't obvious how to do either (perhaps I'm just stupid).