[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]
Change-Id: I45af99209168c358d07c41e5bbf4356779aa7c6a
18 files changed:
* @see #widget_viewer_evas_freeze_visibility
*/
typedef enum widget_visibility_status {
- WIDGET_VISIBILITY_STATUS_SHOW_FIXED = 1,
- WIDGET_VISIBILITY_STATUS_HIDE_FIXED = 2
+ WIDGET_VISIBILITY_STATUS_SHOW_FIXED = 1, /**< Visibility of the widget will be fixed as 'SHOW'*/
+ WIDGET_VISIBILITY_STATUS_HIDE_FIXED = 2 /**< Visibility of the widget will be fixed as 'HIDE'*/
} widget_visibility_status_e;
/**