X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Ftext-controls%2Ftext-label-impl.h;h=01e003b231161eb2e14f8458e4c7192ec8ab991e;hb=e06940d202331c003c1ec793143efd20437cc9f3;hp=01211c2b8ef246d55a7ebd17f1ece0f0a6be9970;hpb=e8956b0df337f506154812b298eb5407a65711b2;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/controls/text-controls/text-label-impl.h b/dali-toolkit/internal/controls/text-controls/text-label-impl.h index 01211c2..01e003b 100644 --- a/dali-toolkit/internal/controls/text-controls/text-label-impl.h +++ b/dali-toolkit/internal/controls/text-controls/text-label-impl.h @@ -182,6 +182,13 @@ private: return mTextScroller; } + /** + * @brief Callback function for when the layout is changed. + * @param[in] actor The actor whose layoutDirection is changed. + * @param[in] type The layoutDirection. + */ + void OnLayoutDirectionChanged(Actor actor, LayoutDirection::Type type); + private: // Data Text::ControllerPtr mController; Text::TextScrollerPtr mTextScroller;