]> Dogcows Code - chaz/openbox/blobdiff - src/backgroundwidget.hh
add an OBBackgroundWidget and use it for setting colors so far.
[chaz/openbox] / src / backgroundwidget.hh
diff --git a/src/backgroundwidget.hh b/src/backgroundwidget.hh
new file mode 100644 (file)
index 0000000..0cbfb3f
--- /dev/null
@@ -0,0 +1,25 @@
+// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
+#ifndef   __obbackgroundwidget_hh
+#define   __obbackgroundwidget_hh
+
+#include "otk/focuswidget.hh"
+#include "widget.hh"
+
+namespace ob {
+
+class OBBackgroundWidget : public otk::OtkFocusWidget, public OBWidget
+{
+private:
+  
+public:
+  OBBackgroundWidget(otk::OtkWidget *parent, OBWidget::WidgetType type);
+  virtual ~OBBackgroundWidget();
+
+  virtual void setStyle(otk::Style *style);
+
+  virtual void adjust();
+};
+
+}
+
+#endif // __obbackgroundwidget_hh
This page took 0.0256 seconds and 4 git commands to generate.