_Engrave_Group Struct Reference
[Engrave_Group: Functions to work with an Engrave_Group.]
Stores the needed group information.
More...
Data Fields | |
char * | name |
The group name. | |
char * | alias |
The group alias. | |
struct { | |
int w | |
The width. | |
int h | |
The height. | |
} | min |
The max/min size values for the group. | |
struct { | |
int w | |
The width. | |
int h | |
The height. | |
} | max |
The max/min size values for the group. | |
Evas_List * | parts |
The list of parts in this group. | |
Evas_List * | programs |
The list of programs in this group. | |
Evas_List * | data |
The list of data used in this group. | |
char * | script |
The script attached to this group. | |
void * | parent |
Pointer to parent. |
Detailed Description
Stores the needed group information.