Method
IpuzStyleset_mark
Declaration [src]
void
ipuz_style_set_mark (
IpuzStyle* style,
IpuzStyleMark mark,
const gchar* label
)
Description [src]
Sets a label for a particular mark’s location. Pass NULL as the
label to unset a mark. The label will be drawn at the specified mark
location for a cell.
Parameters
mark-
Type:
IpuzStyleMarkSingle
IpuzStyleMarkvalue, bitmasks are not allowed. label-
Type:
const gchar*Label to set for the specified
mark, orNULLto remove a label.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.