]>
Dogcows Code - chaz/openbox/blob - src/backgroundwidget.hh
1 // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
2 #ifndef __backgroundwidget_hh
3 #define __backgroundwidget_hh
5 #include "otk/widget.hh"
6 #include "widgetbase.hh"
10 class BackgroundWidget
: public otk::Widget
, public WidgetBase
16 BackgroundWidget(otk::Widget
*parent
, WidgetBase::WidgetType type
);
17 virtual ~BackgroundWidget();
19 virtual void setStyle(otk::RenderStyle
*style
);
21 virtual void adjust();
24 virtual void unfocus();
29 #endif // __backgroundwidget_hh
This page took 0.037881 seconds and 4 git commands to generate.