Find text dialog with wxpython
问题 Does anyone have a very simple example of using a find dialog with a text component in wxpython? Thanks in advance. 回答1: The use of wx.FindReplaceDialog is not so straighforward as we could expect from its name. This dialog gives you a dialog widget with parameters and entries for a search (or replace) action, You can read these parameters and the string to find from the dialog (actually from the event or from the wx.FindReplaceData object). However reading, searching and/or replacing on a