Home
last modified time | relevance | path

Searched defs:IsRowLabelCell (Results 1 – 2 of 2) sorted by relevance

/dports/math/gambit/gambit-16.0.1/src/labenski/include/wx/sheet/
H A Dsheetsel.h52 bool IsRowLabelCell() const { return (m_row >= 0) && (m_col == -1); } in IsRowLabelCell() function
H A Dsheet.h226 static bool IsRowLabelCell(const wxSheetCoords& coords) in IsRowLabelCell() function