]> Dogcows Code - chaz/openbox/blob - src/buttonwidget.hh
code reorganize
[chaz/openbox] / src / buttonwidget.hh
1 // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
2 #ifndef __obbuttonwidget_hh
3 #define __obbuttonwidget_hh
4
5 #include "otk/button.hh"
6 #include "widget.hh"
7
8 namespace ob {
9
10 class OBButtonWidget : public otk::OtkButton, public OBWidget
11 {
12 private:
13
14 public:
15 OBButtonWidget(otk::OtkWidget *parent, OBWidget::WidgetType type);
16 virtual ~OBButtonWidget();
17
18 virtual void setStyle(otk::Style *style);
19
20 virtual void adjust();
21 };
22
23 }
24
25 #endif // __obbuttonwidget_hh
This page took 0.03261 seconds and 4 git commands to generate.