xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

WStep()

Sets the increments for horizontal and vertical window movement.

Syntax

WStep( <nVertical>, <nHorizontal> ) --> nErrorCode

Arguments

<nVertical>
A numeric value between 1 and 6 indicating the vertical step size for interactive window movement.
<nHorizontal>
A numeric value between 1 and 20 indicating the horizontal step size for interactive window movement.

Return

The function returns 0 on success and -1 otherwise.

Info

See also:WSetMove(), WAClose()
Category: CT:Window , Windows (text mode)
Source:ct\ctwin.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe