Method
IpuzStyleforeach_mark
Declaration [src]
void
ipuz_style_foreach_mark (
IpuzStyle* style,
IpuzStyleForeachMarkFunc func,
gpointer user_data
)
Description [src]
Calls func on each mark that is explicitly set on style. For each
mark, it passes in the label at that position.
In this instance, a mark is a small text label that appears in a specific cell corner.
This will not be called on a label that is set on an IpuzCell
independent of style.
Parameters
func-
Type:
IpuzStyleForeachMarkFuncThe function to call for each mark.
user_data-
Type:
gpointerUser data to pass to
func.The argument can be NULL.The data is owned by the caller of the method.