NAME LBM_REMNODE -- Removes a node from the attached list. FUNCTION Removes and de-allocates a node from the list currently attached to the listbrowser. If rendering information is available, then any necessary refreshing will take place. You do not need to detach your list first. This method takes the following message structure: struct lbremnode { ULONG MethodID; /* LBM_REMNODE */ struct gadgetinfo *lbr_ginfo; /* to provide rendering info */ struct node *lbr_node; /* remove() this node */ }; RESULT Returns non-zero on success, zero on failure. SEE ALSO lbm_addnode, lbm_remnode, reaction.lib/lbremnode