a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
 Other:
 listbrowser_gc
  --datasheet--
  AllocListBrowserNodeA
  FreeListBrowserList
  FreeListBrowserNode
  GetListBrowserNodeAttrsA
  HideAllListBrowserChildren
  HideListBrowserNodeChildren
  LBM_ADDNODE
  LBM_EDITNODE
  LBM_REMNODE
  LISTBROWSER_GetClass
  ListBrowserClearAll
  ListBrowserSelectAll
  SetListBrowserNodeAttrsA
  ShowAllListBrowserChildren
  ShowListBrowserNodeChildren
Include
GuruMeditation
Docs » Autodocs » listbrowser_gc » LBM_ADDNODE

NAME

        LBM_ADDNODE -- Adds a node to the attached list.

FUNCTION

        Allocates a new node and adds it to the list currently attached to
the listbrowser (if there is one attached). 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 lbAddNode
{
ULONG MethodID; /* LBM_ADDNODE */
struct GadgetInfo *lba_GInfo; /* to provide rendering info */
struct Node *lba_Node; /* Insert() after this node */
struct TagItem *lba_NodeAttrs; /* AllocListBrowserNodeA()
taglist */
};

RESULT

        Returns a pointer to the allocated node, or NULL on failure.

SEE ALSO

LBM_EDITNODE(), LBM_REMNODE(), reaction.lib/LBAddNode

Comments

Name:
E-mail: Use this if you want a message if you get a response, will not be shown.
Comment:
Select correct short for:

Spaceballs

SPB
AOA
FLT
SNT

Comments:

$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se