Rename property & function for background image of Control
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / public-api / controls / control.cpp
index b987ade..255589a 100644 (file)
@@ -159,9 +159,9 @@ Vector4 Control::GetBackgroundColor() const
   return GetImplementation().GetBackgroundColor();
 }
 
-void Control::SetBackground( Image image )
+void Control::SetBackgroundImage( Image image )
 {
-  GetImplementation().SetBackground( image );
+  GetImplementation().SetBackgroundImage( image );
 }
 
 void Control::ClearBackground()