In the documentation page https://docs.wxwidgets.org/3.3/classwx_grid_cell_coords.html, there is this entry:
bool IsFullySpecified () const wxGridCellCoords &operator
In the corresponding interface include file, it is this instead:
/** Returns @c true if neither the row nor column are invalid (-1). @since 3.3.0 */ bool IsFullySpecified() const /** Assignment operator for coordinate types. */ wxGridCellCoords& operator=(const wxGridCellCoords& other);
This is the same with 3.3.4
(not or not yet investigated, sorry)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
The
script check_syntax.shininclude, does not catch it.
I was wrong, just noticed it created a file named missing_semicolons in the interface directory and the case mentioned in the first message is not the only one.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()