label: Add more comments for the unclear internal data.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Thu, 13 Nov 2014 00:45:45 +0000 (09:45 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Thu, 13 Nov 2014 00:45:45 +0000 (09:45 +0900)
src/lib/elm_widget_label.h

index 3977034..5e9532f 100644 (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;