From 0a93178b75a53d7d5823a17e6d985ad2acb3ad89 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 19 Feb 2003 00:55:25 +0000 Subject: let you create a parentless label --- otk/label.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'otk/label.hh') diff --git a/otk/label.hh b/otk/label.hh index f43ed71a..cd9ef5a1 100644 --- a/otk/label.hh +++ b/otk/label.hh @@ -14,6 +14,7 @@ namespace otk { class Label : public Widget { public: + Label(int screen, EventDispatcher *ed, int bevel = 3); Label(Widget *parent); virtual ~Label(); -- cgit v1.2.3