resize


pfcutil.pbl   >   pfc_w_debuglog   >   resize   

Full name pfc_w_debuglog.resize
Access public
Extend of
Return value
Prototype event resize()

Name Datatype
No Data

Name Datatype
li_sizedelta integer

event resize;call w_main::resize;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  resize
//
//	(Arguments: Standard
//	sizetype
//	newwidth
//	newheight)
//
//	(Returns:  None)
//
//	Description:	When the window is resized, the datawindow is rezized by the
//						resize service.  Properly resize the objects that are 
//						contained by the datawindow.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	5.0   Initial version
//
//////////////////////////////////////////////////////////////////////////////
//
//	Copyright © 1996-1997 Sybase, Inc. and its subsidiaries.  All rights reserved.
//	Any distribution of the PowerBuilder Foundation Classes (PFC)
//	source code by other than Sybase, Inc. and its subsidiaries is prohibited.
//
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

integer	li_sizedelta

li_sizedelta = dw_debuglog.Width - ii_initdwwidth
dw_debuglog.Object.msg.Width = ii_initcolwidth + li_sizedelta
dw_debuglog.Object.msg_t.Width = ii_initcolwidth + li_sizedelta

end event

     
Name Owner
No Data

     
Name Owner
pfc_w_master.resize pfc_w_master

     
Full name
pfc_w_debuglog
pfc_w_debuglog.dw_debuglog

     
Name Scope
No Data