![]() ![]() |
GoFiler Legato Script Reference
Legato v 1.6b Application v 6.0c
|
Table of Contents | < < Previous | Next >> |
Chapter Eighteen — DataView Integration (continued)
Overview
The on_button_pressed event handler is called when the user positively clicks on a cell designated as a push button.
Syntax/Parameters
Syntax
int on_button_pressed ( int row, int column, string name ) { ... }
Parameters
row
An int that specifies the row of the cell clicked on.
column
An int that specifies the column of the cell clicked on.
name
A string containing the cell name, if any.
Return Value
Returns an int. The return value is presently not examined by the application.
Remarks
The on_button_pressed event allows a script to process button press for a cell designated as a push button with the type DS_CF_DISPLAY_PUSHBUTTON.
The event is triggered only after the button as been released. If the user clicks and drags away, the message is not sent (similar to dialog buttons).
Related Events
Page revised 2025-04-28
Table of Contents | < < Previous | Next >> |
© 2012-2025 Novaworks, LLC. All rights reserved worldwide. Unauthorized use, duplication or transmission prohibited by law. Portions of the software are protected by US Patents 10,095,672, 10,706,221 and 11,210,456. Novaworks, GoFiler™ and Legato™ are registered trademarks of Novaworks, LLC. EDGAR® is a federally registered trademark of the U.S. Securities and Exchange Commission. Novaworks is not affiliated with or approved by the U.S. Securities and Exchange Commission. All other trademarks are property of their respective owners. Use of the features specified in this language are subject to terms, conditions and limitations of the Software License Agreement.