summaryrefslogtreecommitdiff
path: root/otk/widget.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-16 11:59:12 +0000
committerDana Jansens <danakj@orodu.net>2003-02-16 11:59:12 +0000
commit7a41f7730dfa7e5733720f98f89c5a5906f1e786 (patch)
tree17c99ac6c1d5cc88109d1013fc638303a3f5450c /otk/widget.hh
parentf325abe4e454f3c413ad91e6145b8a8c458c8758 (diff)
add otk::MessageDialog
Diffstat (limited to 'otk/widget.hh')
-rw-r--r--otk/widget.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/otk/widget.hh b/otk/widget.hh
index c56b4a56..93121c85 100644
--- a/otk/widget.hh
+++ b/otk/widget.hh
@@ -100,6 +100,8 @@ protected:
void createWindow(bool overrideredir);
RenderTexture *_texture;
+
+ EventDispatcher *dispatcher() const { return _dispatcher; }
private:
void internal_moveresize(int x, int y, int w, int h);