X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Ftext-controller-placeholder-handler.h;h=74ee9332c31162b23b35f6c248fcd20df0b139a9;hp=273c69bf4bc6c42d8fd0c285e33502792e6d11d8;hb=5075ccc3be07ba0da557493efc026ecb2a5373fe;hpb=28e96ebc81b38645d8b46ca923fa6aaa0517d2cd diff --git a/dali-toolkit/internal/text/text-controller-placeholder-handler.h b/dali-toolkit/internal/text/text-controller-placeholder-handler.h index 273c69b..74ee933 100644 --- a/dali-toolkit/internal/text/text-controller-placeholder-handler.h +++ b/dali-toolkit/internal/text/text-controller-placeholder-handler.h @@ -58,6 +58,7 @@ struct Controller::PlaceholderHandler static const Vector4& GetPlaceholderTextColor(const Controller& controller); static void SetPlaceholderProperty(Controller& controller, const Property::Map& map ); static void GetPlaceholderProperty(Controller& controller, Property::Map& map); + static void ShowPlaceholderText(Controller& controller); }; } // namespace Text