Method
IpuzCrosswordclue_continues_down
Declaration [src]
gboolean
ipuz_crossword_clue_continues_down (
IpuzCrossword* self,
const IpuzCellCoord* coord
)
Description [src]
Returns TRUE
if the down clue crossing coord
can be continued down.
This can be used to navigate a crossword. Sub-classes can provide their own implementation to help indicate the extents of clues.
Parameters
coord
-
Type:
IpuzCellCoord
A coord to test.
The data is owned by the caller of the method.