クラス | |
class | wxFindDialogEvent |
wxFindReplaceDialog events. More... | |
class | wxFindReplaceData |
wxFindReplaceData holds the data for wxFindReplaceDialog. More... | |
class | wxFindReplaceDialog |
wxFindReplaceDialog is a standard modeless dialog which is used to allow the user to search for some text (and possibly replace it with something else). More... | |
Enumerations | |
enum | wxFindReplaceFlags { wxFR_DOWN = 1, wxFR_WHOLEWORD = 2, wxFR_MATCHCASE = 4 } |
See wxFindDialogEvent::GetFlags(). More... | |
enum | wxFindReplaceDialogStyles { wxFR_REPLACEDIALOG = 1, wxFR_NOUPDOWN = 2, wxFR_NOMATCHCASE = 4, wxFR_NOWHOLEWORD = 8 } |
These flags can be specified in wxFindReplaceDialog ctor or Create(): More... | |
Variables | |
wxEventType | wxEVT_COMMAND_FIND |
wxEventType | wxEVT_COMMAND_FIND_NEXT |
wxEventType | wxEVT_COMMAND_FIND_REPLACE |
wxEventType | wxEVT_COMMAND_FIND_REPLACE_ALL |
wxEventType | wxEVT_COMMAND_FIND_CLOSE |
These flags can be specified in wxFindReplaceDialog ctor or Create():
enum wxFindReplaceFlags |