1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 12:28:22 +01:00

window position/size display widget

This commit is contained in:
kojima
2000-01-14 16:46:43 +00:00
parent f9851d88f1
commit dd1d08461c
2 changed files with 177 additions and 0 deletions

16
src/geomview.h Normal file
View File

@@ -0,0 +1,16 @@
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);