X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Flabel.hh;h=cd9ef5a1276dad1d87fa61e3ab0fb6a794df3d4b;hb=3147507622de5ab771c99a4bb636f55344f6cbd7;hp=3bb931d6394b92a03928a8171d2aeb0eee2167c1;hpb=a4c8a839a3decc54e515fd110710195eca23fd2b;p=chaz%2Fopenbox diff --git a/otk/label.hh b/otk/label.hh index 3bb931d6..cd9ef5a1 100644 --- a/otk/label.hh +++ b/otk/label.hh @@ -14,6 +14,7 @@ namespace otk { class Label : public Widget { public: + Label(int screen, EventDispatcher *ed, int bevel = 3); Label(Widget *parent); virtual ~Label(); @@ -31,13 +32,13 @@ public: const Font *font() const { return _font; } virtual void setFont(const Font *f); - virtual void calcDefaultSizes(); - virtual void styleChanged(const RenderStyle &style); virtual void renderForeground(Surface &surface); protected: + virtual void calcDefaultSizes(); + //! The color the label will use for rendering its text RenderColor *_forecolor;