(Text Controller) Moved ShowPlaceholder method into PlaceholderHandler
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / text-controller-placeholder-handler.h
index 273c69b..74ee933 100644 (file)
@@ -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