On Tue, 13 Apr 2010 21:15:05 +0800 rui kou <mink...@gmail.com> said:

> HI
> 
> I am using elm_slider,I want to know how to block the callback and unblock
> it.
> 
> Does I have to del the callback and readd it after something done?

yes - or just ignore doing anything in your callback when you are in an
"ignore" state. i.e. first line of cb is "if (ignore_things) return;"

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to