From 17b0266979137ad957a701c7093a14841a8c2091 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 8 Feb 2003 07:37:22 +0000 Subject: No longer using otk widgets for the frame decorations. The titlebar no long has any buttons, in preparation for a new button system. Using otk::Size for sizes, and unsigned ints (*PAIN*) we'll see.. --- src/backgroundwidget.hh | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 src/backgroundwidget.hh (limited to 'src/backgroundwidget.hh') diff --git a/src/backgroundwidget.hh b/src/backgroundwidget.hh deleted file mode 100644 index 640ac45e..00000000 --- a/src/backgroundwidget.hh +++ /dev/null @@ -1,29 +0,0 @@ -// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*- -#ifndef __backgroundwidget_hh -#define __backgroundwidget_hh - -#include "otk/widget.hh" -#include "widgetbase.hh" - -namespace ob { - -class BackgroundWidget : public otk::Widget, public WidgetBase -{ -private: - void setTextures(); - -public: - BackgroundWidget(otk::Widget *parent, WidgetBase::WidgetType type); - virtual ~BackgroundWidget(); - - virtual void setStyle(otk::RenderStyle *style); - - virtual void adjust(); - - virtual void focus(); - virtual void unfocus(); -}; - -} - -#endif // __backgroundwidget_hh -- cgit v1.2.3