I am using Enlightment library (C api) for user interface. I'd like to collapse the frame programatically, however the function seems not to work:
elm_frame_collapse_set(my_frame, EINA_TRUE);
When I trigger the function I get an error saying:
efl_ui_frame_collapse_set (2399) could not be resolved for class 'Elm.Box'.