mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-24 03:05:48 +01:00
*** empty log message ***
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#define _WINGS_H_
|
||||
|
||||
#include <wraster.h>
|
||||
#include <WUtil.h>
|
||||
#include <WINGs/WUtil.h>
|
||||
#include <X11/Xlib.h>
|
||||
|
||||
#define WINGS_H_VERSION 20000521
|
||||
@@ -1676,6 +1676,8 @@ void WMAddBoxSubview(WMBox *bPtr, WMView *view, Bool expand, Bool fill,
|
||||
void WMAddBoxSubviewAtEnd(WMBox *bPtr, WMView *view, Bool expand, Bool fill,
|
||||
int minSize, int maxSize, int space);
|
||||
|
||||
void WMRemoveBoxSubview(WMBox *bPtr, WMView *view);
|
||||
|
||||
void WMSetBoxHorizontal(WMBox *box, Bool flag);
|
||||
|
||||
void WMSetBoxExpandsToParent(WMBox *box);
|
||||
|
||||
Reference in New Issue
Block a user