]> Dogcows Code - chaz/openbox/blobdiff - otk/button.hh
try make drawing work better but its busted
[chaz/openbox] / otk / button.hh
index 6908322e608c1dcd601805b781fed70a4f0de97c..a4b3a978763a7685b5df854d1231f910839b7a2a 100644 (file)
@@ -33,14 +33,15 @@ public:
   void press(void);
   void release(void);
 
-  void update(void);
+  virtual void update(void);
+  virtual void expose(const XExposeEvent &e);
 
 private:
 
   std::string _text;
   //OtkPixmap _pixmap;
   bool _pressed;
-//  bool _dirty;
+  bool _dirty;
 
   BTexture *_pressed_focus_tx;
   BTexture *_pressed_unfocus_tx;
This page took 0.023375 seconds and 4 git commands to generate.