Functions | |
StatusInt | mdlDialog_labelSetAttributes (RawItemHdr *labelP, UInt32 attributes) |
Sets the attributes of the label item indicated by labelP. More... | |
StatusInt | mdlDialog_labelGetAttributes (UInt32 *attributesP, RawItemHdr *labelP) |
Gets the attributes of the label item indicated by labelP. More... | |
StatusInt mdlDialog_labelGetAttributes | ( | UInt32 * | attributesP, |
RawItemHdr * | labelP | ||
) |
Gets the attributes of the label item indicated by labelP.
[out] | attributesP | points to an integer that will receive a combination of the constants LABEL_FONT_BOLD, LABEL_WORDWRAP, and so on. |
[in] | labelP | is a pointer to the RawItemHdr of the label whose attributes are to be retrieved. |
StatusInt mdlDialog_labelSetAttributes | ( | RawItemHdr * | labelP, |
UInt32 | attributes | ||
) |
Sets the attributes of the label item indicated by labelP.
[in] | labelP | is a pointer to the RawItemHdr of the label whose attributes are to be changed. |
[in] | attributes | is a bitmapped integer that may contain combinations of the constants ALIGN_LEFT, ALIGN_RIGHT, ALIGN_CENTER, LABEL_FONT_BOLD, LABEL_WORDWRAP, and so on. |