Class: Wx::HelpSearchMode

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

Overview

Help search modes for Wx::HelpController#keyword_search.

Requires:

  • USE_HELP

Constant Summary collapse

HELP_SEARCH_INDEX =

Search the index only.

Wx::HelpSearchMode.new(0)
HELP_SEARCH_ALL =

Search all entries.

Wx::HelpSearchMode.new(1)

Method Summary

Methods inherited from Enum

#!, #&, #<=>, [], #allbits?, #anybits?, #coerce, enumerators, #eql?, #initialize, #inspect, #integer?, #method_missing, #nobits?, non_distinct, #real?, set_non_distinct, #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