]> Dogcows Code - chaz/openbox/blobdiff - otk/widget.hh
fixed bugs, got otkapp to select on a fd, modded widget to make use of otkapp, press...
[chaz/openbox] / otk / widget.hh
index 473aa812588568d093cadffe8fd21fd6f8ab356d..a87877549142f0a87f91c65417f5a6bd48fa0bd9 100644 (file)
@@ -96,6 +96,10 @@ public:
   inline Style *getStyle(void) const { return _style; }
   void setStyle(Style *style) { _style = style; }
 
+  inline OtkEventDispatcher *getEventDispatcher(void)
+  { return _event_dispatcher; }
+  void setEventDispatcher(OtkEventDispatcher *disp);
+
 private:
 
   void create(void);
@@ -136,6 +140,8 @@ private:
   bool _fixed_height;
 
   bool _dirty;
+
+  OtkEventDispatcher *_event_dispatcher;
 };
 
 }
This page took 0.024663 seconds and 4 git commands to generate.