]> Dogcows Code - chaz/openbox/blobdiff - otk/focuslabel.hh
enter/leave actions work!
[chaz/openbox] / otk / focuslabel.hh
index c15876fe6aa62f74a82442f1976d63eb88d7fb3d..042082ebae58578c4c1b0fdef9d0f918b58d5c71 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(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.021246 seconds and 4 git commands to generate.