Method
IpuzNonogramget_count_crossed_off
Declaration [src]
gboolean
ipuz_nonogram_get_count_crossed_off (
IpuzNonogram* self,
IpuzClueDirection direction,
guint index,
guint count_index
)
Description [src]
Returns TRUE if the number identified by the arguments should be
crossed off. This function is essentially a wrapper around parsing
the stride_guess directly.
Parameters
direction-
Type:
IpuzClueDirectionDirection of the clues.
index-
Type:
guintIndex of the row or column.
count_index-
Type:
guintThe index of the number within those clues to set.