Contents page

RemoveListInfo()


    USAGE

        void RemoveListInfo(ListInfo)

    FUNCTION

        When done with a ListInfo structure, call this to remove it from the display.
        All gadgets that this was using are deallocated and removed from the window's
        gadget list. You must call this before CloseWindow, or the gadgets will be
        removed from a nonexistent window.

    INPUTS

        ListInfo = Pointer to ListInfo structure that describes the list.

    RESULT

        none (void)

    SEE ALSO

        InitListInfo, DeleteListInfo, DupeListInfo