label: Add more comments for the unclear internal data.

This commit is contained in:
Daniel Juyung Seo 2014-11-13 09:45:45 +09:00
parent 81bd6ed6e1
commit 07bb653dd4
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ struct _Elm_Label_Data
const char *format;
double slide_duration;
double slide_speed;
Evas_Coord lastw;
Evas_Coord wrap_w;
Evas_Coord lastw; /*<< lastly calculated resize object width.This is used to force the calculation on width changes. */
Evas_Coord wrap_w; /*<< wrap width by pixel for the line wrap support **/
Elm_Wrap_Type linewrap;
Elm_Label_Slide_Mode slide_mode;