Method

IpuzCellget_style

Declaration [src]

IpuzStyle*
ipuz_cell_get_style (
  IpuzCell* cell
)

Description [src]

Returns the current style of cell, or NULL.

Return value

Type: IpuzStyle

The current style of cell.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.