So the item_append callback returns an Elm_Object_Item to you. So Elm_Object_Item *it; it = elm_genlist_item_append ... and then you can do elm_object_item_tooltip_text_set and the other family of elm_object_item_tooltip fucntions.
On Tue, Dec 5, 2017 at 11:00 AM Pierre Couderc <[email protected]> wrote: > Is it possible to add a tooltip to a elm_genlist_item created by > elm_genlist_item_append? > > Thanks in advance. > > PC > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > enlightenment-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
