wxtextctrl
How to get chars that are actually displayed in wx.TextCtrl?
I am trying to underline some specific words in single line wx.textctrl. I\'m doing it by calculating position of a word in the control using GetTextExtent and drawing lines using wx.ClintDC.[详细]
2023-03-20 08:34 分类:问答Making a Ctrl-F Feature for wx.TextCtrl
I\'m attempting to make a Ctrl+F (Find) feature for a wx.TextCtrl widget. However I\'m unsure of how to highlight certain indexes/phrases. How would I go ab开发者_StackOverflow社区out this? How about[详细]
2023-03-06 12:09 分类:问答Why is wxTextCtrl so slow at displaying text?
I have a wxTextCtrl and I need to put a very large string into it. (Lik开发者_JAVA技巧e a 15 MB string) The only problem is it\'s very slow. Here is what I\'m doing:[详细]
2022-12-17 04:00 分类:问答How to receive drop events in a wxTextCtrl?
I have a wxTextCtrl-derived class that overrides OnDropFiles. However, dragging something over the control does nothin开发者_C百科g. (The cursor changes to the \'not allowed\' cursor.) I tried DragAcc[详细]
2022-12-16 10:25 分类:问答