From 96e634440de0eeb69e6ec46f85c503bfca532b1e Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Thu, 13 Nov 2014 09:45:45 +0900 Subject: [PATCH] label: Add more comments for the unclear internal data. --- src/lib/elm_widget_label.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/elm_widget_label.h b/src/lib/elm_widget_label.h index 3977034..5e9532f 100644 --- a/src/lib/elm_widget_label.h +++ b/src/lib/elm_widget_label.h @@ -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; -- 2.7.4