Difference between revisions of "AMOSi:Button Return"

From Amiga Coding
Jump to: navigation, search
(Extracted from the AMOSPro V2.00 helpfile)
m (1 revision(s))
 
(No difference)

Latest revision as of 01:51, 17 November 2007

an example can be found on AMOSPro_Tutorial:Tutorials/Interface/Working_buttons.AMOS


Moves the current button to a new setting.


BR new position;


It's normally called from inside a change routine to flip the button into a new state when it's selected by the user.