How to create a non-editable text box with no cursor in wxPython to dump text in?
wx.StaticText
You could also use a regular TextCtrl with the style TE_READONLY
but that shows a cursor and the text looks editable, but it isn't.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With