home *** CD-ROM | disk | FTP | other *** search
- gadutil.library/GU_AttachList gadutil.library/GU_AttachList
-
- NAME
- GU_AttachList -- Change a listview's current list.
-
- SYNOPSIS
- GU_AttachList(gad, win, list)
- D0 A0 A1
-
- VOID GU_AttachList(struct Gadget *, struct Window *, struct List *);
-
- FUNCTION
- Attach a new (or changed) list to a listview. The new list will be
- shown immediately.
-
- INPUTS
- gad - Gadget to change.
- win - Window that the gadget is located in.
- list - List to connect to the listview gadget.
-
- RESULT
- none
-
- BUGS
- none known
-
- SEE ALSO
- GU_AddTail(), GU_ClearList(), GU_DetachList(), GU_NewList()
- GU_FindNode(), GU_NodeUp(), GU_NodeDown(), GU_CountNodes(), GU_SortList()
-