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:
16
src/geomview.h
Normal file
16
src/geomview.h
Normal 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);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user