mirror of
https://github.com/gryf/wmaker.git
synced 2026-09-01 00:37:53 +02:00
window position/size display widget
This commit is contained in:
@@ -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