]> Dogcows Code - chaz/openbox/blobdiff - otk/label.hh
80 cols
[chaz/openbox] / otk / label.hh
index ff1755d78fe82b143c85bf941a461bed7fb8ba0a..9c32e544936ea0ebc414633814572690eec585e4 100644 (file)
@@ -18,7 +18,12 @@ public:
 
   virtual void renderForeground(void);
 
-  virtual void setStyle(Style *style);
+  virtual void update();
+
+  void fitString(const std::string &str);
+  void fitSize(int w, int h);
+
+  virtual void setStyle(RenderStyle *style);
 
 private:
   //! Text to be displayed in the label
This page took 0.024417 seconds and 4 git commands to generate.