Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>tbmove()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
tbMove()
Moves a window
------------------------------------------------------------------------------
Syntax:

     tbMove( <oBrw>, [<lKey>] ) --> NIL

Parameters:

     <oBrw>     tBrowse object
     <lKey>     If .T. the window position can be modified using the arrow
     keys. The default is .F.

Returns:

     NIL

Description:

     The window can be moved using the mouse or the arrow keys. The window
     coordinates are automatically adjusted.

Example:

     IF Act == "mou" .AND. M_Press() # 0
        tbMove( oWin )
     ENDIF

See also:

     tbSize()

See Also: tbSize()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson