Changes attributes of a node attached to a 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 lbEditNode
{
ULONG MethodID; // LBM_EDITNODE
struct GadgetInfo *lbe_GInfo; // to provide rendering info
struct Node *lbe_Node; // modify this node
struct TagItem *lbe_NodeAttrs; //
SetListBrowserNodeAttrsA()
};
Returns non-zero on success, zero on failure.
LBM_ADDNODE, LBM_REMNODE,
reaction.lib/LBEditNode