summaryrefslogtreecommitdiff
path: root/src/client.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-20 15:38:49 +0000
committerDana Jansens <danakj@orodu.net>2002-12-20 15:38:49 +0000
commit68194ce957db36ead19a39fdc7636a220befafe9 (patch)
treec405d332e6189babdb2ffc055a075cb718176f17 /src/client.hh
parent06de24ec6666578759eff2b348e50f5e8e20f3bd (diff)
update to cleaned up otk api
Diffstat (limited to 'src/client.hh')
-rw-r--r--src/client.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client.hh b/src/client.hh
index 458fe088..4e22e2dc 100644
--- a/src/client.hh
+++ b/src/client.hh
@@ -22,11 +22,14 @@ extern "C" {
#include "otk/rect.hh"
#include "otk/eventhandler.hh"
#include "widget.hh"
+#include "python.hh"
namespace ob {
class OBFrame;
+extern PyTypeObject OBClient_Type;
+
//! Maintains the state of a client window.
/*!
OBClient maintains the state of a client window. The state consists of the
@@ -40,6 +43,7 @@ class OBFrame;
change (such as causing a redraw of the titlebar after the title is changed).
*/
class OBClient : public otk::OtkEventHandler, public OBWidget {
+ PyObject_HEAD
public:
//! The frame window which decorates around the client window