RemoveGadget

From IfsoGUIWiki

Jump to: navigation, search

Contents

Declaration

RemoveGadget(p:ifsoGUI_Base, bDestroy:Int=True)
Removes a gadget from the base GUI system.

Returns

Nothing

Parameters

  • p:ifsoGUI_Base - Gadget to remove.
  • 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

Pertains to GUI.

Example

Personal tools