clicked


pfcwnsrv.pbl   >   pfc_w_statusbar   >   dw_statusbar   >   clicked   

Full name pfc_w_statusbar.dw_statusbar.clicked
Access public
Extend of
Return value
Prototype event clicked()

Name Datatype
No Data

Name Datatype
No Data

event clicked;call super::clicked;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  clicked
//
//	Returns:	None
//
//	Description:
//	Notification from the GUI StatusBar.
// Notify the service that a click has occurred on the StatusBar.
//
// Note: The event on the service can be used to take on some action 
//	when the user performs certain actions on the Status Bar.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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 that a click has occurred on the StatusBar.
If IsValid(iw_parentwindow) Then
	iw_parentwindow.inv_statusbar.Event pfc_StatusBarClicked (xpos, ypos, dwo.Name)
end If

// Keep focus on the Frame.
If IsValid(iw_parentwindow) Then
	SetFocus(iw_parentwindow)
End If
end event

     
Name Owner
No Data

     
Name Owner
systemfunctions.isvalid systemfunctions
systemfunctions.setfocus systemfunctions
pfc_u_dw.clicked pfc_u_dw
pfc_n_cst_winsrv_statusbar.pfc_statusbarclicked pfc_n_cst_winsrv_statusbar

     
Full name
No Data

     
Name Scope
No Data