Class: Wx::FindReplaceFlags

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

Overview

Requires:

  • USE_FINDREPLDLG

Constant Summary collapse

FR_DOWN =

downward search/replace selected (otherwise - upwards)

Wx::FindReplaceFlags.new(1)
FR_WHOLEWORD =

whole word search/replace selected

Wx::FindReplaceFlags.new(2)
FR_MATCHCASE =

case sensitive search/replace selected (otherwise - case insensitive)

Wx::FindReplaceFlags.new(4)

Method Summary

Methods inherited from Enum

#!, #&, #<=>, #allbits?, #anybits?, #coerce, #eql?, #initialize, #inspect, #integer?, #method_missing, #nobits?, #real?, #succ, #to_int, #to_s, #|, #~

Constructor Details

This class inherits a constructor from Wx::Enum

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Wx::Enum