Parameter indicating how file offset should be interpreted.
Requires:
Seek from the file beginning.
Wx::SeekMode.new(0)
Seek from the current position.
Wx::SeekMode.new(1)
Seek from end of the file.
Wx::SeekMode.new(2)