Version: 3.3.0
versioninfo.h File Reference

Classes

class  wxVersionInfo
 wxVersionInfo contains version information. More...
 

Enumerations

enum class  wxVersionContext {
  RunTime ,
  BuildTime
}
 Defines the context in which the version information is requested. More...
 

Enumeration Type Documentation

◆ wxVersionContext

enum wxVersionContext
strong

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 wxVersionInfo object for the components supporting this.

Since
3.3.0
Enumerator
RunTime 

Ask for the version used during run-time.

BuildTime 

Ask for the version that the application was built with.