Home
last modified time | relevance | path

Searched defs:wxGridCellCoords (Results 1 – 3 of 3) sorted by relevance

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/generic/
H A Dgrid.h597 wxGridCellCoords() { m_row = m_col = -1; } in wxGridCellCoords() function
598 wxGridCellCoords( int r, int c ) { m_row = r; m_col = c; } in wxGridCellCoords() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/generic/
H A Dgrid.h597 wxGridCellCoords() { m_row = m_col = -1; } in wxGridCellCoords() function
598 wxGridCellCoords( int r, int c ) { m_row = r; m_col = c; } in wxGridCellCoords() function
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/generic/
H A Dgrid.h932 wxGridCellCoords() { m_row = m_col = -1; } in wxGridCellCoords() function
933 wxGridCellCoords( int r, int c ) { m_row = r; m_col = c; } in wxGridCellCoords() function