]> Dogcows Code - chaz/openbox/blobdiff - otk/label.hh
calcDefaultSizes is protected
[chaz/openbox] / otk / label.hh
index 3bb931d6394b92a03928a8171d2aeb0eee2167c1..f43ed71ad87db3635cf2495d67ef97cad5d67a74 100644 (file)
@@ -31,13 +31,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;
   
This page took 0.023717 seconds and 4 git commands to generate.