]> Dogcows Code - chaz/openbox/blobdiff - otk/focuswidget.hh
added otkapplication and event stuff, changed other files to accomodate for this...
[chaz/openbox] / otk / focuswidget.hh
index 8397734d48e3050be4bfe2600e64817d526a253c..e6bcb8762ae0b9dd1e49afe9aee97c44d0001bf3 100644 (file)
@@ -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);
This page took 0.021427 seconds and 4 git commands to generate.