diff options
| author | Marius Nita <marius@cs.pdx.edu> | 2002-11-16 02:15:49 +0000 |
|---|---|---|
| committer | Marius Nita <marius@cs.pdx.edu> | 2002-11-16 02:15:49 +0000 |
| commit | a3d036f60ed2333622ee9b61dbddcdc8fbc497c3 (patch) | |
| tree | dae05770ec9c7aab9529e57361cb7b87f956de0f /otk/focuswidget.hh | |
| parent | e53fbcf092c40b22ccc4c5f23795e12c9862c338 (diff) | |
added otkapplication and event stuff, changed other files to accomodate for this, changed the test.
no idea if anything runs yet. it compiles =)
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); |
