Struct
IpuzClue
Description
struct IpuzClue {
grefcount ref_count;
gint number;
gchar* label;
gchar* clue_text;
IpuzClueDirection direction;
GArray* cells;
IpuzEnumeration* enumeration;
IpuzCellCoord location;
gboolean cells_set;
gboolean location_set;
}
No description available.
Structure members
ref_count
- No description available.
number
- No description available.
label
- No description available.
clue_text
- No description available.
direction
- No description available.
cells
- No description available.
enumeration
- No description available.
location
- No description available.
cells_set
- No description available.
location_set
- No description available.
Instance methods
ipuz_clue_get_cells
Returns a GArray
filled with the coordinates of the cells
associated with the clue. Can be NULL
if the puzzle has been
modified and the clues haven’t been recalculated.