pfc_toolbars


pfcmain.pbl   >   pfc_w_frame   >   pfc_toolbars   

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

Name Datatype
No Data

Name Datatype
lnv_toolbarattrib n_cst_toolbarattrib

event pfc_toolbars;call w_master::pfc_toolbars;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  pfc_toolbars
//
//	Arguments:  none
//
//	Returns:  integer
//	 1 = User made modifications to toolbars
//	 0 = User cancelled
//	-1 = Error
//
//	Description:  Allow user to modify toolbar properties
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

n_cst_toolbarattrib lnv_toolbarattrib

// Populate toolbar window properties
this.event pfc_pretoolbar (lnv_toolbarattrib)

OpenWithParm (w_toolbars, lnv_toolbarattrib)
return message.DoubleParm
end event

     
Name Owner
No Data

     
Name Owner
systemfunctions.openwithparm systemfunctions
pfc_w_frame.pfc_pretoolbar pfc_w_frame

     
Full name
w_toolbars
demopfc

     
Name Scope
No Data