diff --git a/WINGs/WINGs/WINGs.h b/WINGs/WINGs/WINGs.h index aa348116..8b8717cf 100644 --- a/WINGs/WINGs/WINGs.h +++ b/WINGs/WINGs/WINGs.h @@ -1684,7 +1684,8 @@ void WMRemoveBoxSubview(WMBox *bPtr, WMView *view); void WMSetBoxHorizontal(WMBox *box, Bool flag); -void WMSetBoxExpandsToParent(WMBox *box); +void WMSetBoxExpandsToParent(WMBox *box, int topOffs, int bottomOffs, + int leftOffs, int rightOffs); /* ....................................................................... */