Functions | |
StatusInt | mdlDialog_containerGetInfo (UInt32 *attributesP, RscId *diListIdP, MdlDesc **diListOwnerMDP, int *numChildrenP, RawItemHdr *pCntnr) |
Gets information about a Container dialog item. More... | |
StatusInt | mdlDialog_containerSetInfo (RawItemHdr *pCntnr, UInt32 *attributesP, RscId *diListIdP, MdlDesc **diListOwnerMDP, DialogItemListRsc *diListRscP, bool redraw) |
Sets information about a Container dialog item. More... | |
StatusInt | mdlDialog_containerFreeItems (RawItemHdr *pCntnr) |
Removes the items in a Container from the Dialog Box and frees the items. More... | |
StatusInt mdlDialog_containerFreeItems | ( | RawItemHdr * | pCntnr | ) |
Removes the items in a Container from the Dialog Box and frees the items.
[in] | pCntnr | is the Container for which the items will be removed and freed. |
StatusInt mdlDialog_containerGetInfo | ( | UInt32 * | attributesP, |
RscId * | diListIdP, | ||
MdlDesc ** | diListOwnerMDP, | ||
int * | numChildrenP, | ||
RawItemHdr * | pCntnr | ||
) |
Gets information about a Container dialog item.
[in,out] | attributesP | is the attributes of the Container. Pass NULL in this argument if you do not want this value returned. |
[in,out] | diListIdP | is the ID of the corresponding DialogItemListRsc. Pass NULL in this argument if you do not want this value returned. |
[in,out] | diListOwnerMDP | is the owner of the corresponding DialogItemListRsc. Pass NULL in this argument if you do not want this value returned. |
[in,out] | numChildrenP | is the number of children in the Container. Pass NULL in this argument if you do not want this value returned. |
[in] | pCntnr | is the Container for which the information will be returned. |
StatusInt mdlDialog_containerSetInfo | ( | RawItemHdr * | pCntnr, |
UInt32 * | attributesP, | ||
RscId * | diListIdP, | ||
MdlDesc ** | diListOwnerMDP, | ||
DialogItemListRsc * | diListRscP, | ||
bool | redraw | ||
) |
Sets information about a Container dialog item.
[in] | pCntnr | is the Container for which the information will be set. |
[in] | attributesP | gives the attribute values for the Container. Pass NULL in this argument if you do not want to set this value. |
[in] | diListIdP | is the ID of the corresponding DialogItemListRsc. Pass NULL in this argument if you do not want to set this value. |
[in] | diListOwnerMDP | is the owner of the corresponding DialogItemListRsc. Pass NULL in this argument if you do not want to set this value. |
[in] | diListRscP | is a pointer to a loaded DialogItemListRsc. This argument is mutually exclusive with diListIdP. Pass NULL in this argument if you do not want to set this value. |
[in] | redraw | determines whether items in the Container will be drawn after loading. |