Hi all,

I'm here again, for now I have problem with button..
My button was disabled using elm_object_disabled_set, but after some time I
need change the text calling elm_object_text_set..
What happened that my button is disabled, but text is not.
I looked in the code, and found in elm_button.c, function
_elm_button_label_set that is emitted "elm,state,text,visible" what become
visible just text (i think it's not right), but even calling
elm_object_disabled_set after call elm_object_text_set the text doesn't
seems ok...
In elm_widget.c, function elm_widget_disabled_set it's verified:
if (sd->disabled == disabled) return;
So any change happened.

-- 
Guilherme Silveira
E-mail: xgu...@gmail.com
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to