Chapter 6. API differences (WARNING: this list is incomplete)
all classes
Everywere you can pass a Wx::Point or Wx::Size object as a parameter,
you can pass a reference to a 2 element array (like [2, 3]): this
saves some typing (and is also a bit faster).