wx.FindReplaceDialogStylesΒΆThe FindReplaceDialogStyles enumeration provides the following values:
| Description | Value |
|---|---|
wx.FR_REPLACEDIALOG |
replace dialog (otherwise find dialog) |
wx.FR_NOUPDOWN |
don’t allow changing the search direction |
wx.FR_NOMATCHCASE |
don’t allow case sensitive searching |
wx.FR_NOWHOLEWORD |
don’t allow whole word searching |