From 12a95bfdb31595ec53d72adef4e0fd6bf1ccf218 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 16 Nov 2002 14:30:18 +0000 Subject: add an OtkAppWidget which are "root windows", i.e. the managed child of root, to be shown on the display. Exit when all the "root windows" are hidden. Support the WM_DELETE protocol to hide a "root window". --- otk/focuswidget.hh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'otk/focuswidget.hh') diff --git a/otk/focuswidget.hh b/otk/focuswidget.hh index e6bcb876..d33d2abf 100644 --- a/otk/focuswidget.hh +++ b/otk/focuswidget.hh @@ -11,10 +11,6 @@ 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); -- cgit v1.2.3