X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fbackgroundwidget.hh;fp=src%2Fbackgroundwidget.hh;h=0cbfb3fa11b2c65cf88f7aeb6ab70d12c60e9f02;hb=70eb03ad50e1a71fd64c8cb1ebabbff311850553;hp=0000000000000000000000000000000000000000;hpb=6bf858e4f4fc19914a36d51546278e6464ec00e0;p=chaz%2Fopenbox diff --git a/src/backgroundwidget.hh b/src/backgroundwidget.hh new file mode 100644 index 00000000..0cbfb3fa --- /dev/null +++ b/src/backgroundwidget.hh @@ -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