NextGadget
From IfsoGUIWiki
Internal Method - Should only be called by the GUI and or a gadget.
Contents |
Declaration
NextGadget:ifsoGUI_Base(start:ifsoGUI_Base, bForward:Int = True)
Returns the next gadget after start in the child list. If start=Null, returns the first gadget in the child list.
Returns
The next gadget in the child list (ifsoGUI_Base).
Parameters
- start:ifsoGUI_Base - The gadget to begin the search after.
- bForward:Int - Whether the search should be forwards or backwards (True or False). Defaults to Forward (True).
Gadget Information
Internal Method - Should only be called by the GUI and or a gadget.
