RemoveChild

From IfsoGUIWiki

Jump to: navigation, search

Contents

Declaration

RemoveChild(gadget:ifsoGUI_Base, bDestroy:Int=True)
Removes a child gadget from the gadget.

Returns

Nothing

Parameters

  • gadget:ifsoGUI_Base - The gadget to be removed.
  • bDestroy:Int - Whether or not all children and slaves should also be removed from the gadget being removed. If you wish to retain a reference to the gadget being removed, set this parameter to false.

Gadget Information

Currently, the only gadgets that can have children are panels and windows.

Example

Personal tools