]> Dogcows Code - chaz/openbox/blobdiff - otk/label.hh
add an OtkAppWidget which are "root windows", i.e. the managed child of root, to...
[chaz/openbox] / otk / label.hh
index 3bf397a6e67733958d2e7878dac7ede55940a345..7cfa23bf67629052bbb9ceeee5b777421453e921 100644 (file)
@@ -16,13 +16,10 @@ public:
   void setText(const std::string &text) { _text = text; _dirty = true; }
 
   void update(void);
-  int exposeHandler(const XExposeEvent &e);
-  int configureHandler(const XConfigureEvent &e);
 
 private:
 
   std::string _text;
-  bool _dirty;
 };
 
 }
This page took 0.02642 seconds and 4 git commands to generate.