Class: Wx::VersionContext

Inherits:
Enum
  • Object
show all
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)