xHarbour Reference Documentation > Function Reference |
Toggles the setting for moving windows interactively.
WSetMove( [<lNewMoveMode>] ) --> lOldMoveMode
The function returns the previous setting as a logical value.
WSetMove() maintains a single logical value indicating if windows can be moved interactively. The move operation must be implemented using WMove(). Refer to WOpen() for an example of moving windows.
See also: | WBoard(), WMode(), WMove() |
Category: | CT:Window , Windows (text mode) |
Source: | ct\ctwin.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com