resize


pfcmain.pbl   >   pfc_w_frame   >   resize   

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

Name Datatype
No Data

Name Datatype
No Data

event resize;call super::resize;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  resize
//
//	Description:  
//	Notify statusbar that window has resized.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// Notify the service of the resize.
if IsValid (inv_statusbar) then
	inv_statusbar.Event pfc_resize (sizetype, newwidth, newheight)
end if

end event

     
Name Owner
No Data

     
Name Owner
systemfunctions.isvalid systemfunctions
pfc_w_master.resize pfc_w_master
pfc_n_cst_winsrv_statusbar.pfc_resize pfc_n_cst_winsrv_statusbar

     
Full name
No Data

     
Name Scope
No Data