Lines Matching refs:item_data_print
38 void (*item_data_print)(void *);
73 * Print a menu_item. If the consumer provided an item_data_print function
81 if (!m->item_data_print) {
85 m->item_data_print(item->data);
292 * dereferenced internally, but will be passed to the item_data_print, and
344 * item_data_print - If not NULL, will be called for each item when the menu
347 * what must be entered to select an item, the item_data_print function should
360 void (*item_data_print)(void *),
374 m->item_data_print = item_data_print;