Merge branch 'travis-gui-tests'

Enable running GUI tests for wxGTK under Travis CI.

See https://github.com/wxWidgets/wxWidgets/pull/1426
This commit is contained in:
Vadim Zeitlin
2019-07-19 23:42:04 +02:00
17 changed files with 235 additions and 27 deletions

View File

@@ -1347,6 +1347,8 @@ public:
@param pt
The position of the point to check, in window device coordinates.
In wxGTK, and only there, the coordinates can be negative, but in
portable code only positive values should be used.
@param pos
Receives the position of the character at the given position. May
be @NULL.