Topic : The GFA-Basic Compendium Author : GFA Systemtechnik GmbH Version : GFABasic.HYP v2.98 (12/31/2023) Subject : Documentation/Programming Nodes : 899 Index Size : 28056 HCP-Version : 3 Compiled on : Atari @charset : atarist @lang : @default : Document not found @help : Help @options : +g -i -s +z @width : 75 @hostname : STRNGSRV @hostname : CAB @hostname : HIGHWIRE @hostname : THING View Ref-FileFORM_BUTTON(tree,obj,clicks,new_obj) tree, obj, clicks: iexp new_obj: ivar Makes possible mouse input in a Form. Returns 0 if the Form was left by clicking on an object with EXIT or TOUCHEXIT status. Returns a value >0 if the Form should continue to be processed. tree - Address of the object tree. obj - Current object number. clicks - Maximum expected number of mouse clicks. new_obj - Returns the next object to be edited. Explanation: This routine is a subroutine of FORM_DO(). form_button()+