mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 04:20:27 +01:00
17 lines
276 B
C
17 lines
276 B
C
|
|
|
|
typedef struct W_GeometryView WGeometryView;
|
|
|
|
|
|
WGeometryView *WCreateGeometryView(WMScreen *scr);
|
|
|
|
void WSetGeometryViewShownPosition(WGeometryView *gview, int x, int y);
|
|
|
|
void WSetGeometryViewShownSize(WGeometryView *gview,
|
|
unsigned width, unsigned height);
|
|
|
|
|
|
|
|
|
|
|