]> icculus.org git repositories - dana/openbox.git/blob - src/labelwidget.hh
oops adding the other OB Widgets
[dana/openbox.git] / src / labelwidget.hh
1 // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
2 #ifndef   __oblabelwidget_hh
3 #define   __oblabelwidget_hh
4
5 #include "otk/focuslabel.hh"
6 #include "widget.hh"
7
8 namespace ob {
9
10 class OBLabelWidget : public otk::OtkFocusLabel, public OBWidget
11 {
12 private:
13   
14 public:
15   OBLabelWidget(otk::OtkWidget *parent, OBWidget::WidgetType type);
16   virtual ~OBLabelWidget();
17
18   virtual void setStyle(otk::Style *style);
19
20   virtual void adjust();
21 };
22
23 }
24
25 #endif // __oblabelwidget_hh