Tizen Native API  4.0

Functions that deal with layout components.

Parts are layout components, but as a layout, they are objects too.

There are several types of parts, these types can be divided into two main categories, the first being containers. Containers are parts that are in effect a group of elements. The second group is that of the elements, these part types may not contain others.

This section has some functions specific for some types and others that could be applied to any type.

Typedefs

typedef enum _Edje_Part_Type Edje_Part_Type

Typedef Documentation

All possible "part" types in Edje.


Enumeration Type Documentation

Enumerator:
EDJE_PART_TYPE_NONE 

None type value

EDJE_PART_TYPE_RECTANGLE 

Rectangle type value

EDJE_PART_TYPE_TEXT 

Text type value

EDJE_PART_TYPE_IMAGE 

Image type value

EDJE_PART_TYPE_SWALLOW 

Swallow type value

EDJE_PART_TYPE_TEXTBLOCK 

Text block type value

EDJE_PART_TYPE_GRADIENT 

Gradient type value

EDJE_PART_TYPE_GROUP 

Group type value

EDJE_PART_TYPE_BOX 

Box type value

EDJE_PART_TYPE_TABLE 

Table type value

EDJE_PART_TYPE_EXTERNAL 

External type value

EDJE_PART_TYPE_PROXY 

Proxy type value

EDJE_PART_TYPE_SPACER 

Spacer type value

Since (EFL) :
1.7
EDJE_PART_TYPE_SNAPSHOT 

Snapshot

Since (EFL) :
1.16
EDJE_PART_TYPE_VECTOR 

Vector

Since (EFL) :
1.18
EDJE_PART_TYPE_LAST 

Last type value