this creates a label with a scroller and manages sizing calcs
note that efl_ui_text cannot be used here because its sizing calc model
is incompatible with efl
Depends on D9675
this creates a label with a scroller and manages sizing calcs
note that efl_ui_text cannot be used here because its sizing calc model
is incompatible with efl
Depends on D9675
Lint OK |
No Unit Test Coverage |
Buildable 12852 |
It seems that this patch has no reviewers specified. If you are unsure who can review your patch, please check this wiki page and see if anyone can be added: https://phab.enlightenment.org/w/maintainers_reviewers/
src/lib/elementary/efl_ui_widget_scrollable_content.c | ||
---|---|---|
218 | what happens if there is already content ? |
src/lib/elementary/efl_ui_widget_scrollable_content.c | ||
---|---|---|
218 | It gets automatically deleted. |
So at any given time only scrollable_content or scrollable_text can be set, right?
Setting one removes the other.
And you thought this was not worth explaining in the docs??? Fix.
Also, what happens if I call content_set and then try text_get? This should be in the docs too.