Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试为小部件制作Ctrl+ F(查找)功能wx.TextCtrl。但是我不确定如何突出显示某些索引/短语。我该怎么办?
wx.TextCtrl
怎么样wx.TextCtrl.SetSelection(from, to)
wx.TextCtrl.SetSelection(from, to)