diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-07-23 14:25:05 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-07-23 14:25:05 +0300 |
commit | a3610ec020882015ae15b3b2808a443f81f651e6 (patch) | |
tree | 860412f333cfd3c0c29db0642d6fc547f6d1812d /src/ui/widget.h | |
parent | ce5779323b1fe6aed04f6d9ae3fd6ca77d21a221 (diff) |
Added ScrollWidget for scroll bars
Diffstat (limited to 'src/ui/widget.h')
-rw-r--r-- | src/ui/widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/widget.h b/src/ui/widget.h index bf5c22f1..2d13fe78 100644 --- a/src/ui/widget.h +++ b/src/ui/widget.h | |||
@@ -46,6 +46,7 @@ enum iWidgetFlag { | |||
46 | resizeChildrenToWidestChild_WidgetFlag = iBit(25), | 46 | resizeChildrenToWidestChild_WidgetFlag = iBit(25), |
47 | resizeToParentWidth_WidgetFlag = iBit(26), | 47 | resizeToParentWidth_WidgetFlag = iBit(26), |
48 | resizeToParentHeight_WidgetFlag = iBit(27), | 48 | resizeToParentHeight_WidgetFlag = iBit(27), |
49 | moveToParentRightEdge_WidgetFlag = iBit(28), | ||
49 | }; | 50 | }; |
50 | 51 | ||
51 | enum iWidgetAddPos { | 52 | enum iWidgetAddPos { |