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


   NAME
       LBRemNode -- V41 listbrowser.gadget lbm_remnode method stub

   SYNOPSIS
       node = LBRemNode( gadget, window, requester, node )

       ULONG LBRemNode( struct gadget *, struct window *,
           struct requester *, struct node * );

   FUNCTION
       A function stub for calling libdogadgetmethoda() to remove and
       free a node from a listbrowser list. This function mostly
       exists for completeness's sake.

   INPUTS
       gadget = listbrowser object
       window = the window in which the gadget is, or NULL
       requester = the requester of the window, or NULL
       node = the node to free

   RESULT
       Nonzero on success.

   NOTES
       This function uses the libdogadgetmethoda() function also
       defined in this link library.

   SEE ALSO
       libdogadgetmethoda()