Method
IpuzAcrosticfix_labels
Declaration [src]
void
ipuz_acrostic_fix_labels (
IpuzAcrostic* self,
IpuzAcrosticLabelMode label_mode
)
Description [src]
Updates the labels or numbers of the cells in the grid to be
accurate. If label_mode
is
IPUZ_ACROSTIC_LABEL_NUMBERS_CLUES
then it will set a
label with each cell with the cell number as well as the clue
associated with it. On the other hand if label_mode
is
IPUZ_ACROSTIC_LABEL_NUMBERS
then it will just set the
number of each cell to be the index of the cell in the grid.
This method is generally called after every call to
ipuz_acrostic_set_answers()
.
Parameters
label_mode
-
Type:
IpuzAcrosticLabelMode
How to fix the labels.