-
Notifications
You must be signed in to change notification settings - Fork 3
setWindowGeometry
Thomas Marrinan edited this page Jan 13, 2017
·
1 revision
setWindowGeometry — sets position and size of an existing window
void setWindowGeometry(int winId,
int x,
int y,
unsigned int width,
unsigned int height);
winId
- here
x
- here
y
- here
width
- here
height
- here
glow *gl = new glow();
...
gl->setWindowGeometry(win, 100, 100, 800, 600);