Struct

IpuzCellCoord

Description [src]

struct IpuzCellCoord {
  guint row;
  guint column;
}

A data type representing the coordinates of a single cell.

Structure members
row

The row offset of the cell.

column

The column offset of the cell.

Instance methods

ipuz_cell_coord_copy
No description available.

ipuz_cell_coord_equal
No description available.

ipuz_cell_coord_free

Frees coord.