home *** CD-ROM | disk | FTP | other *** search
- gadutil.library/GU_DetachList gadutil.library/GU_DetachList
-
- NAME
- GU_DetachList -- Disconnect the list from a listview gadget.
-
- SYNOPSIS
- GU_DetachList(gad, win)
- D0 A0
-
- VOID GU_DetachList(struct Gadget *, struct Window *);
-
- FUNCTION
- Detach a listview's list (without visual effect).
- This has to be done before you can change anything in the list,
- eg add a node, delete a node etc.
-
- Use GU_AttachList() to put the list back to the gadget.
-
- INPUTS
- gad - Gadget to detach list from.
- win - Window that the gadget is located in.
-
- RESULT
- none
-
- BUGS
- none known
-
- SEE ALSO
- GU_AddTail(), GU_ClearList(), GU_NewList(), GU_AttachList()
- GU_FindNode(), GU_NodeUp(), GU_NodeDown(), GU_CountNodes(), GU_SortList()
-