And one question. Tooltip file name is els_tooltip.c which means it's internal widget in elm. The APIs need to be open by other widget or as elm_object_tooltip_xxx. How do you think?
I know there were elm_tooltip_delay_get/set() but this should be discussed. Thanks. Daniel Juyung Seo (SeoZ) On Tue, Jul 26, 2011 at 9:18 PM, Daniel Juyung Seo <[email protected]> wrote: > Stu!!! > It's hard to figure out what you've broken with this big commit! > > Btw, I think elm_toolip/gengrid/genlist/list_size_restrict_disable > should be changed. > > EAPI Eina_Bool > elm_tooltip_size_restrict_disable(Evas_Object *obj, Eina_Bool disable) > --> > EAPI void > elm_tooltip_size_restrict_disabled_set(Evas_Object *obj, Eina_Bool disabled) > > See other elm_xxx_disabled_set APIs. > > Thanks. > Daniel Juyung Seo (SeoZ) > > > On Tue, Jul 26, 2011 at 6:42 PM, Mike Blumenkrantz <[email protected]> wrote: >> On Tue, 26 Jul 2011 02:38:23 -0700 >> "Enlightenment SVN" <[email protected]> wrote: >> >>> Log: >>> THE MOST ANTICIPATED COMMIT OF 2011: HUGENORMOUS TOOLTIPS!!!!!! >>> these bad boys are so big and pixelthirsty they can't be constrained by a >>> regular canvas or window, they use OVERRIDE REDIRECT WINDOWS. not only that, >>> they totally exceed the boundaries of what a reasonable function name length >>> could be. 50 character function name limit? puh-leeze. these guys don't care >>> what side of the screen they're even on so long as they get to wade into the >>> thick of the action and block out each and every crappy non-efl application >>> behind them. and that's when they're in good moods. you don't even want to >>> know what happens when you piss these guys off. >>> >>> Author: discomfitor >>> Date: 2011-07-26 02:38:23 -0700 (Tue, 26 Jul 2011) >>> New Revision: 61735 >>> Trac: http://trac.enlightenment.org/e/changeset/61735 >>> >>> Modified: >>> trunk/elementary/src/bin/test_tooltip.c >>> trunk/elementary/src/lib/Elementary.h.in >>> trunk/elementary/src/lib/elm_gengrid.c >>> trunk/elementary/src/lib/elm_genlist.c >>> trunk/elementary/src/lib/elm_list.c trunk/elementary/src/lib/elm_widget.c >>> trunk/elementary/src/lib/elm_widget.h trunk/elementary/src/lib/els_tooltip.c >> when you piss them off they totally break tooltip api like they just did >> >> -- >> Mike Blumenkrantz >> Zentific: Coding in binary since '10. >> >> ------------------------------------------------------------------------------ >> Magic Quadrant for Content-Aware Data Loss Prevention >> Research study explores the data loss prevention market. Includes in-depth >> analysis on the changes within the DLP market, and the criteria used to >> evaluate the strengths and weaknesses of these DLP solutions. >> http://www.accelacomm.com/jaw/sfnl/114/51385063/ >> _______________________________________________ >> enlightenment-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel >> > ------------------------------------------------------------------------------ Magic Quadrant for Content-Aware Data Loss Prevention Research study explores the data loss prevention market. Includes in-depth analysis on the changes within the DLP market, and the criteria used to evaluate the strengths and weaknesses of these DLP solutions. http://www.accelacomm.com/jaw/sfnl/114/51385063/ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
