Method
IpuzCrosswordset_size
Declaration [src]
void
ipuz_crossword_set_size (
IpuzCrossword* self,
gint width,
gint height
)
Description [src]
Sets the dimensions of self
to be width
× height
. The board will
be resized in this instance, with cells being deleted if a
dimension shrinks, or cells added if a dimension grows. Newly
created cells will have a cell_type of #IPUZ_CELL_NORMAL.