pfc_pretoolbar


pfcmain.pbl   >   pfc_w_frame   >   pfc_pretoolbar   

Full name pfc_w_frame.pfc_pretoolbar
Access public
Extend of
Return value
Prototype event pfc_pretoolbar(ref n_cst_toolbarattrib)

Name Datatype
No Data

Name Datatype
No Data

event pfc_pretoolbar;call w_master::pfc_pretoolbar;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  pfc_pretoolbar
//
//	Arguments:
//	anv_toolbarattrib   toolbar object to pass to toolbar window
//
//	Returns:  none
//
//	Description:
//	Populate values before passing object to toolbar window
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

anv_toolbarattrib.iw_owner = this
anv_toolbarattrib.ib_visibleenabled = true
anv_toolbarattrib.ib_positionenabled = true
anv_toolbarattrib.ib_largebuttonsenabled = true
anv_toolbarattrib.ib_tooltipsenabled = true
end event

     
Name Owner
pfc_w_frame.pfc_toolbars pfc_w_frame

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data