diff options
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 25208c30..fa4fbe0f 100644 --- a/src/ui/widget.h +++ b/src/ui/widget.h | |||
@@ -58,6 +58,7 @@ enum iWidgetFlag { | |||
58 | tight_WidgetFlag = iBit(12), /* smaller padding */ | 58 | tight_WidgetFlag = iBit(12), /* smaller padding */ |
59 | keepOnTop_WidgetFlag = iBit(13), /* gets events first; drawn last */ | 59 | keepOnTop_WidgetFlag = iBit(13), /* gets events first; drawn last */ |
60 | mouseModal_WidgetFlag = iBit(14), /* eats all unprocessed mouse events */ | 60 | mouseModal_WidgetFlag = iBit(14), /* eats all unprocessed mouse events */ |
61 | commandOnMouseMiss_WidgetFlag = iBit(15), | ||
61 | /* arrange behavior */ | 62 | /* arrange behavior */ |
62 | fixedPosition_WidgetFlag = iBit(16), | 63 | fixedPosition_WidgetFlag = iBit(16), |
63 | arrangeHorizontal_WidgetFlag = iBit(17), /* arrange children horizontally */ | 64 | arrangeHorizontal_WidgetFlag = iBit(17), /* arrange children horizontally */ |