Questions tagged [wxstyledtextctrl]

33 questions
0
votes
2 answers

wxWidgets, Code::Blocks and wxStyledTextCtrl = Undefined reference to _imp__wxSTCNameStr

I'm using Code::Blocks, and I have installed wxWidgets 2.8. Everything worked ok, I have used wxSmith to create the gui elements, edit it, compile/rebuild without any errors. Than I wanted to test the wxStyledTextCtrl, so I have added it to the…
PolGraphic
  • 3,233
  • 11
  • 51
  • 108
0
votes
1 answer

StyledTextCtrl Styling Mask, what is it?

I'm in the middle of creating a custom lexer. Then I found StyledTextCtrl.StartStyling() is the method to use to start applying style to text, but I have no idea what the mask is. I typed StartStyling.__doc__ and got…
絢瀬絵里
  • 1,013
  • 2
  • 14
  • 27
-1
votes
1 answer

wxPython StyledTextCtrl Hexadecimal formatting

To whomever can lend a hand. I'm building an app with BoaConstructor in Python which uses a wx.STC.StyledTextCtrl. In this styledtextctrl I am outputting hexadecimal data through Scapy's hexdump function. It adds the line numbers, hexadecimal dump…
1 2
3