mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 21:38:00 +01:00
17 lines
297 B
C
17 lines
297 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);
|
|
|
|
|
|
|
|
|
|
|