Method

IpuzCrosswordclue_continues_left

Declaration [src]

gboolean
ipuz_crossword_clue_continues_left (
  IpuzCrossword* self,
  const IpuzCellCoord* coord
)

Description [src]

Returns TRUE if the down clue crossing coord can be continued left.

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.

Return value

Type: gboolean

TRUE, if the down clue crossing with coord can be continued left.