wxWidgets / wxWidgets

Cross-Platform C++ GUI Library
https://www.wxwidgets.org/
5.77k stars 1.7k forks source link

Add wxGridCellCoords::IsFullySpecified() #24468

Closed Blake-Madden closed 1 month ago

Blake-Madden commented 1 month ago

Provides parity with wxPoint and an alternative to comparing against wxGridNoCellCoords. Also, cleaned up some stray spaces.

Related question: in a separate PR, should I replace -1 with wxDefaultCoord in this class's API?

vadz commented 1 month ago

Thanks, will add soon.

I don't know if replacing -1s is really worth it.