}
static const char SIG_CHANGED[] = "changed";
+//TIZEN_ONLY(20170718): Add content,resize callback to keep backward compat
+static const char SIG_CONTENT_RESIZE[] = "content,resize";
+//END
static const Evas_Smart_Cb_Description _smart_callbacks[] = {
{SIG_CHANGED, ""},
+//TIZEN_ONLY(20170718): Add content,resize callback to keep backward compat
+ {SIG_CONTENT_REISZE, ""},
+//END
{NULL, NULL}
};
//END
}
//END
+ //TIZEN_ONLY(20170718): Add content,resize callback to keep backward compat
+ evas_object_smart_callback_call(sid->obj, SIG_CONTENT_RESIZE, NULL);
+ //END
}
//TIZEN_ONLY(20170210): update pan position once pan size is changed
//Bar should be updated on not only content size changed moment, but also pan pos/size updated moment