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)