wxWidgets/interface
Vadim Zeitlin 791a9e68ae Rename and simplify wxGridBlockCoords::ContainsBlock()
Change the return type of this function to a simple and clear bool
instead of 3-valued int requiring a special explanation. This is simpler
and not any less efficient as checking for whether one block contains
another or the other one contains this one are separate operations
anyhow.

Rename the function to a more grammatically correct name.

Also move it inline as it's now trivial enough for this to be worth it.
2020-04-05 01:37:56 +02:00
..
wx Rename and simplify wxGridBlockCoords::ContainsBlock() 2020-04-05 01:37:56 +02:00
check_syntax.sh