X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fstyling%2Fstyle-manager.h;h=bb84ea5ab15f72b6bc8418b9c266f1eeffe482bf;hp=7b8efbb3215374e12bacdcd86db0352f443101de;hb=0b5d20c961476797f7ffcdfb67026aac3253f94d;hpb=2cf32ac170f397aacce527efd34909b3fd62efda diff --git a/dali-toolkit/public-api/styling/style-manager.h b/dali-toolkit/public-api/styling/style-manager.h index 7b8efbb..bb84ea5 100644 --- a/dali-toolkit/public-api/styling/style-manager.h +++ b/dali-toolkit/public-api/styling/style-manager.h @@ -54,6 +54,11 @@ class StyleManager; * If the application wants to customize the theme, RequestThemeChange * needs to be called. * + * To supply resource paths ( in json ) the following constant is available: APPLICATION_RESOURCE_PATH. + * It provides the path to the application resource root folder, from there the filename can an be specified along with + * any sub folders, e.g Images, Models etc. + * The APPLICATION_RESOURCE_PATH can be retrieved using Application::GetResourcePath() + * * Signals * | %Signal Name | Method | * |------------------------------------------------------------| @@ -106,7 +111,7 @@ public: * * @SINCE_1_1.32 * @param[in] themeFile If a relative path is specified, then this is relative - * to the directory returned by app_get_resource_path(). + * to the directory returned by Application::GetResourcePath(). */ void ApplyTheme( const std::string& themeFile ); @@ -150,7 +155,7 @@ public: * @param[in] control The control to which to apply the style. * @param[in] jsonFileName The name of the JSON style file to apply. If a * relative path is specified, then this is relative to the directory - * returned by app_get_resource_path(). + * returned by Application::GetResourcePath(). * @param[in] styleName The name of the style within the JSON file to apply. */ void ApplyStyle( Toolkit::Control control, const std::string& jsonFileName, const std::string& styleName );