From 25d1e3538be5719b238f7e62a949c409fef2af66 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 18 Dec 2002 09:46:24 +0000 Subject: use OB Widgets for everything --- src/widget.hh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/widget.hh') diff --git a/src/widget.hh b/src/widget.hh index c82c2862..ed0f0a9d 100644 --- a/src/widget.hh +++ b/src/widget.hh @@ -9,7 +9,14 @@ public: enum WidgetType { Type_Titlebar, Type_Handle, - Type_Plate + Type_Plate, + Type_Label, + Type_MaximizeButton, + Type_CloseButton, + Type_IconifyButton, + Type_StickyButton, + Type_LeftGrip, + Type_RightGrip }; private: -- cgit v1.2.3