]> Dogcows Code - chaz/openbox/blobdiff - src/backgroundwidget.hh
allow to bind multiple functions to everything
[chaz/openbox] / src / backgroundwidget.hh
index 0cbfb3fa11b2c65cf88f7aeb6ab70d12c60e9f02..7b698c1594ae529b88148a41b006efa20f15d4fc 100644 (file)
@@ -2,14 +2,15 @@
 #ifndef   __obbackgroundwidget_hh
 #define   __obbackgroundwidget_hh
 
-#include "otk/focuswidget.hh"
+#include "otk/widget.hh"
 #include "widget.hh"
 
 namespace ob {
 
-class OBBackgroundWidget : public otk::OtkFocusWidget, public OBWidget
+class OBBackgroundWidget : public otk::OtkWidget, public OBWidget
 {
 private:
+  void setTextures();
   
 public:
   OBBackgroundWidget(otk::OtkWidget *parent, OBWidget::WidgetType type);
@@ -18,6 +19,9 @@ public:
   virtual void setStyle(otk::Style *style);
 
   virtual void adjust();
+
+  virtual void focus();
+  virtual void unfocus();
 };
 
 }
This page took 0.022602 seconds and 4 git commands to generate.