X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/bfc023a5a054c215c0b61bc86746e718d3aa0df9..7513004ce13f52b69843e731c35517d74a19761e:/lib/gui/elabel.h diff --git a/lib/gui/elabel.h b/lib/gui/elabel.h index 471a4eec..84995ecc 100644 --- a/lib/gui/elabel.h +++ b/lib/gui/elabel.h @@ -10,7 +10,7 @@ public: void setText(const std::string &string); void setMarkedPos(int markedPos); void setFont(gFont *font); - gFont* eLabel::getFont(); + gFont* getFont(); enum { @@ -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 {