Method
IpuzNonogramset_space
Declaration [src]
void
ipuz_nonogram_set_space (
IpuzNonogram* self,
const gchar* space
)
Description [src]
Sets the text value that represents a space. That is to say, a cell that has been eliminated from possibly being a block.
This value is used to indicate space cells in IpuzGuesses
and when saving the puzzle. It is not recommended to change this
value, as other implementations may expect it to be "."
.
space
must be only be one unicode character long.
Sets property | Ipuz.Nonogram:space |