On Sun, 23 Aug 2009 03:10:37 -0400 Atton Jonathan <[email protected]> said:
> Hey, > > I need a way to deactivate/activate the thumbscroll (not sure about the > name, when we use the mouse to drag a list). This is easy to do and I will > take a look tomorrow. see elm_entry. elm_widget_scroll_freeze_push/pop() - it's internal to elm tho - not exported. also elm_widget_scroll_hold_push/pop() change scroll mode. > Do you think we need a way to activate/deactivate any events in an elm > widget ? Or add a way to change an event ? (instead of left click, use right > click ?) well technically that's what widget disabling should do... when it actually works for a given widget. ie: elm_object_disabled_set(). but this should affect all child widgets below it too. so do you want this just on a parent and not on children? -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
