scale: 1;
description { state: "default" 0.0;
rel1.relative: 1.0 0.0;
- rel1.offset: -16 3;
- rel2.offset: -16 -4;
+ rel1.offset: -4 3;
+ rel2.offset: -4 -4;
align: 1.0 0.5;
min: 96 24;
max: 96 24;
description { state: "default" 0.0;
rel1.to: "bg";
rel1.offset: -8 -8;
+ rel1.relative: -0.1 -0.1;
rel2.to: "bg";
rel2.offset: 7 7;
+ rel2.relative: 1.1 1.1;
color: 0 0 0 0;
}
}
text {
font: "Sans,Edje-Vera";
text: ":";
- size: 20;
+ size: 10;
min: 1 1;
align: 0.5 0.5;
}
text {
font: "Sans,Edje-Vera";
text: ":";
- size: 20;
+ size: 10;
min: 1 1;
align: 0.5 0.5;
}
text {
font: "Sans,Edje-Vera";
text: ":";
- size: 20;
+ size: 10;
min: 1 1;
align: 0.5 0.5;
}
text {
font: "Sans,Edje-Vera";
text: ":";
- size: 20;
+ size: 10;
min: 1 1;
align: 0.5 0.5;
}
text {
font: "Sans,Edje-Vera";
text: ":";
- size: 20;
+ size: 10;
min: 1 1;
align: 0.5 0.5;
}
text {
font: "Sans,Edje-Vera";
text: ":";
- size: 20;
+ size: 10;
min: 1 1;
align: 0.5 0.5;
}
EAPI void elm_entry_line_wrap_set(Evas_Object *obj, Evas_Bool wrap);
/* smart callbacks called:
* "changed" - the text content changed
- * "selection,start" -
- * "selection,changed" -
- * "selection,cleared" -
- * "selection,paste" -
- * "selection,copy" -
- * "selection,cut" -
- * "cursor,changed" -
- * "anchor,X,clicked,N" - achor called X was clicked with button N
+ * "selection,start" - the user started selecting text
+ * "selection,changed" - the user modified the selection size/location
+ * "selection,cleared" - the user cleared the selection
+ * "selection,paste" - the user rrequested a paste of text
+ * "selection,copy" - the user copied the text
+ * "selection,cut" - the user cut the text
+ * "cursor,changed" - the cursor changed position
+ * "anchor,X,clicked,N" - achor called 'X' was clicked with button 'N'
*/
// FIXME: fixes to do