The only additional features I need from StyledTextCtrl are the following:
- Change caret width using
SetCaretWidth(pixels)
- Change caret colour using
self.SetCaretForeground(colour)
- Change entire background colour to transparent (or alpha). I don't know how to do this.
- Change Font (face and size). I don't know this either.
Other than that I want it to behave exactly like a normal TextCtrl. ie. No scrollbars, no multilines etc. A lot of info here, but it is overwhelmingly big! So how much code will I have to write before I shoot myself in the foot?
There's a sample model here, for quick testing.