[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]


    NAME
        LBM_EDITNODE -- Edit an attached nodes attributes.

    FUNCTION
        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()
                                                 taglist */
          };

    RESULT
        Returns non-zero on success, zero on failure.

    SEE ALSO
        lbm_addnode, lbm_remnode, reaction.lib/lbeditnode