Class: Wx::VersionContext
- Defined in:
- lib/wx/doc/gen/platform_info.rb
Overview
Defines the context in which the version information is requested.
Elements of this enum can be used to select between getting the compile- or run-time VersionInfo object for the components supporting this.
Constant Summary collapse
- RunTime =
Ask for the version used during run-time.
Wx::VersionContext.new(0)
- BuildTime =
Ask for the version that the application was built with.
Wx::VersionContext.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