Summary:
these are questionable at best here
ref T7553, T7714
Reviewers: woohyun
Reviewed By: woohyun
Subscribers: cedric, #reviewers, #committers
Tags: #efl_api
Maniphest Tasks: T7714, T7553
Differential Revision: https://phab.enlightenment.org/D8055
//
//
+EAPI void
+elm_widget_scroll_hold_push(Efl_Ui_Widget *obj)
+{
+ efl_ui_widget_scroll_hold_push(obj);
+}
+
+EAPI void
+elm_widget_scroll_hold_pop(Efl_Ui_Widget *obj)
+{
+ efl_ui_widget_scroll_hold_pop(obj);
+}
+
+EAPI void
+elm_widget_scroll_freeze_push(Efl_Ui_Widget *obj)
+{
+ efl_ui_widget_scroll_freeze_push(obj);
+}
+
+EAPI void
+elm_widget_scroll_freeze_pop(Efl_Ui_Widget *obj)
+{
+ efl_ui_widget_scroll_freeze_pop(obj);
+}
+
EAPI Elm_Theme *
elm_widget_theme_get(const Evas_Object *obj)
{
/* FIXME: Scroll API. Not sure how those APIs should be exposed with
* the new scrollable API. */
- scroll_hold_push {
+ scroll_hold_push @beta {
[[Push scroll hold]]
}
- scroll_hold_pop {
+ scroll_hold_pop @beta {
[[Pop scroller hold]]
}
- scroll_freeze_push {
+ scroll_freeze_push @beta {
[[Push scroller freeze]]
}
- scroll_freeze_pop {
+ scroll_freeze_pop @beta {
[[Pop scroller freeze]]
}