Tizen Native API
5.5
|
Public Attributes | |
const char * | name |
Edje_External_Param_Type | type |
int | i |
double | d |
const char * | s |
Detailed Description
Struct that holds parameters for parts of type EXTERNAL.
Member Data Documentation
double _Edje_External_Param::d |
Used by double
Used by both integer and boolean
const char* _Edje_External_Param::name |
The name of the parameter.
const char* _Edje_External_Param::s |
Used by both string and choice
The type of the parameter. This defines which of the next three variables holds the value for it.