Method

IpuzCellset_cell_type

Declaration [src]

void
ipuz_cell_set_cell_type (
  IpuzCell* cell,
  IpuzCellType cell_type
)

Description [src]

This will set the cell type to cell_type. Note this just sets the cell_type on a singular cell. If you want to honor the symmetry of a crossword, you should call ipuz_crossword_set_cell_type() instead.

Parameters

cell_type

Type: IpuzCellType

The new cell_type to set.