nca_win_move
Example: nca_win_move | Window Object Functions |
Moves a window to a new absolute location.
int nca_win_move( LPCSTR window, int x, int y );
window | The logical name of the window. |
x, y | The screen coordinates of the pixel to which the window's upper left corner is moved. The screen origin is the upper left corner. When the window is an MDI child window, the coordinates are relative to the parent window, not the screen. The maximum value of x is the screen width in pixels, minus one. The maximum value of y is the screen height in pixels, minus one. |
nca_win_move moves a window to a new absolute location.
Return Values
Parameterization
You cannot use standard parameterization for any arguments in this function.