Esenthel
Administrator
|
RE: Gui::window
Hi,
well you can use Window::setRect to resize whole window, but that doesn't resize children.
you can use Window::child* to get all children and call setRect on them too
you can also use D.scale to change scaling of full Gui
|
|
01-10-2011 08:24 PM |
|
khces
Member
|
RE: Gui::window
thanks ^^
1, gui window -> desktop are converted ?
Impossible?
|
|
01-12-2011 06:23 AM |
|
Esenthel
Administrator
|
RE: Gui::window
1. please explain what you mean by that
you can stretch the whole window to the full application size, and disable app title bar (App.flag|=APP_NO_TITLE_BAR)
|
|
01-12-2011 10:57 AM |
|
Esenthel
Administrator
|
RE: Gui::window
you can move it manually
if(Ms.b(0))WindowMove(App.hwnd(), Ms.pixelDelta().x, Ms.pixelDelta().y);
|
|
01-14-2011 11:16 AM |
|
khces
Member
|
RE: Gui::window
thanks for quick reply ^^
windows.h <--- first see.. :'[
(This post was last modified: 01-14-2011 05:47 PM by khces.)
|
|
01-14-2011 05:43 PM |
|