How do you pass a pointer to user data to callback functions called from a GtkMenuItem created by a GtkItemFactory? I tried passing it as the callback_data argument of gtk_item_factory_create_items, but this doesn't appear to by the way to do it. Ron Steinke