
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>tbsize()</b>
[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
tbSize()
Resizes a window
------------------------------------------------------------------------------
Syntax:
tbSize( <oBrw>, [<lKey>] ) --> NIL
Parameters:
<oBrw> tBrowse object, created by tbBrwNew().
<lKey> If .T. the window can be resized using the arrow keys. The
default value is .F.
Returns:
NIL
Description:
Allows to resize a given window, using the mouse or the arrow keys.
The window coordinates are properly adjusted.
Example:
IF Act=="mou" .AND. M_Press()#0
tbSize( oWin )
ENDIF
See also:
tbMove()
See Also: tbMove()
Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson