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