Re: StyledTextCtrl.SetStyle not implemented error

Txema Vicente <[email protected]> Sun, 11 Mar 2018 11:08:37 -0700 (PDT)
Newsgroups gmane.comp.python.wxpython.devel
Message-ID <[email protected]>
I am probably misunderstanding styles and what this method is for.

I better learn to use styles, this works:

out.StyleSetSpec(1, "fore:#FFFF00,back:#000022")
out.StartStyling(pos=0, mask=0xFF)
out.SetStyling(length=2, style=1)

-- 
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.