X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fgui%2Felabel.h;h=84995eccd056c8e2b5995a27bc661f35efa28d1c;hb=74f5884fdc5a23465cf40c27b5c069ff7d882746;hp=84b2c5e4ba23977d797059ad28b24dc07cb37898;hpb=164779f4a960754a7d18d5947c43df1e26963a89;p=vuplus_dvbapp diff --git a/lib/gui/elabel.h b/lib/gui/elabel.h index 84b2c5e..84995ec 100644 --- a/lib/gui/elabel.h +++ b/lib/gui/elabel.h @@ -28,6 +28,7 @@ public: void setForegroundColor(const gRGB &col); void setShadowColor(const gRGB &col); void setShadowOffset(const ePoint &offset); + void setNoWrap(int nowrap); void clearForegroundColor(); eSize calculateSize(); @@ -41,6 +42,7 @@ private: int m_have_foreground_color, m_have_shadow_color; gRGB m_foreground_color, m_shadow_color; ePoint m_shadow_offset; + int m_nowrap; enum eLabelEvent {