]> Dogcows Code - chaz/openbox/blobdiff - otk/focuslabel.hh
fix \'s
[chaz/openbox] / otk / focuslabel.hh
index c15876fe6aa62f74a82442f1976d63eb88d7fb3d..64b8189a3dc4d20200d30424f6dd91c20076c8d1 100644 (file)
@@ -2,6 +2,7 @@
 #define __label_hh
 
 #include "focuswidget.hh"
+#include "font.hh"
 
 namespace otk {
 
@@ -17,8 +18,12 @@ public:
 
   void update(void);
 
+  virtual void setStyle(otk::Style *style);
+  
 private:
-
+  //! Object used by Xft to render to the drawable
+  XftDraw *_xftdraw;
+  //! Text displayed in the label
   std::string _text;
 };
 
This page took 0.02063 seconds and 4 git commands to generate.