Class: Wx::FindReplaceDialogStyles

Inherits:
Enum
  • Object
show all
Defined in:
lib/wx/doc/gen/find_dialog_event.rb

Overview

These flags can be specified in FindReplaceDialog ctor or Create():

Requires:

  • USE_FINDREPLDLG

Constant Summary collapse

FR_REPLACEDIALOG =

replace dialog (otherwise find dialog)

Wx::FindReplaceDialogStyles.new(1)
FR_NOUPDOWN =

don't allow changing the search direction

Wx::FindReplaceDialogStyles.new(2)
FR_NOMATCHCASE =

don't allow case sensitive searching

Wx::FindReplaceDialogStyles.new(4)
FR_NOWHOLEWORD =

don't allow whole word searching

Wx::FindReplaceDialogStyles.new(8)