diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-18 09:46:24 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-18 09:46:24 +0000 |
| commit | 25d1e3538be5719b238f7e62a949c409fef2af66 (patch) | |
| tree | 36de1f6bf110b9fd0b6e24734f496e7536a737c6 /src/widget.hh | |
| parent | d49d01044d34793dc88bea4889ee98ec333220ce (diff) | |
use OB Widgets for everything
Diffstat (limited to 'src/widget.hh')
| -rw-r--r-- | src/widget.hh | 9 |
1 files changed, 8 insertions, 1 deletions
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: |
