diff options
Diffstat (limited to 'otk/focuswidget.hh')
| -rw-r--r-- | otk/focuswidget.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/otk/focuswidget.hh b/otk/focuswidget.hh index 8397734d..e6bcb876 100644 --- a/otk/focuswidget.hh +++ b/otk/focuswidget.hh @@ -2,6 +2,7 @@ #define __focuswidget_hh #include "widget.hh" +#include "application.hh" namespace otk { @@ -10,8 +11,11 @@ class OtkFocusWidget : public OtkWidget { public: OtkFocusWidget(OtkWidget *parent, Direction = Horizontal); + OtkFocusWidget(OtkApplication *app, Direction direction = Horizontal, + Cursor cursor = 0, int bevel_width = 1); OtkFocusWidget(Style *style, Direction direction = Horizontal, Cursor cursor = 0, int bevel_width = 1); + virtual ~OtkFocusWidget(); virtual void focus(void); virtual void unfocus(void); |
