Re: [E-devel] Question about getting text for tooltip

2013-05-15 Thread Michael Blumenkrantz
the best you can do is save the object from the tooltip callback (if it's a content cb) and check the geometry of it after it gets shown. if it's a text only tooltip...I don't think we have anything for that. nobody really uses tooltips, so the api for it isn't very useful for things like this. On

[E-devel] Question about getting text for tooltip

2013-05-15 Thread Radosław Jabłoński
Hello all, is there any way for getting tooltip text and tooltip coordinates for target Evas_Object programatically? API for tooltip object is quite closed now, there is possibility to set text or set tooltip callback, but I can't see any option to get from tooltip something more than style or