]> Dogcows Code - chaz/openbox/blobdiff - otk/focuslabel.hh
setStyle in the constructor of each child widget
[chaz/openbox] / otk / focuslabel.hh
index 5d5af64e7640c2e3a10edcdc3da94d2585e6afd5..ec194712f27437352d13f1c84b62f36f1470a221 100644 (file)
@@ -16,9 +16,9 @@ public:
   inline const ustring &getText(void) const { return _text; }
   void setText(const ustring &text) { _text = text; _dirty = true; }
 
-  void renderForeground(void);
+  virtual void renderForeground();
 
-  virtual void setStyle(Style *style);
+  virtual void setStyle(RenderStyle *style);
   
 private:
   //! Text displayed in the label
This page took 0.020765 seconds and 4 git commands to generate.