pfc_ruler


pfcmain.pbl   >   pfc_u_rte   >   pfc_ruler   

Full name pfc_u_rte.pfc_ruler
Access public
Extend of boolean
Return value boolean
Prototype event boolean pfc_ruler()

Name Datatype
No Data

Name Datatype
lb_display boolean

event pfc_ruler;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  pfc_ruler
//
//	Arguments:  none
//
//	Returns:  boolean
//	true = RTE is displaying rulers (and tabbar)
//	false = RTE is not displaying rulers (and tabbar)
//
//	Description:	Toggles the rulerbar (and tabbar)
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

boolean	lb_display

lb_display = not this.rulerbar
this.rulerbar = lb_display
this.tabbar = lb_display

return lb_display
end event

     
Name Owner
No Data

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data