Home
last modified time | relevance | path

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

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/controls/
H A Dgridtest.cpp44 struct Multicell struct
46 int row, col, rows, cols;
48 Multicell(int row, int col, int rows, int cols) in Multicell() function
51 wxString Coords() const { return CellCoordsToString(row, col); } in Coords()
53 wxString Size() const { return CellSizeToString(rows, cols); } in Size()
55 wxString ToString() const in ToString()