Functions | |
StatusInt | mdlDialog_sashGetInfo (int *topMarginP, int *bottomMarginP, RawItemHdr *sashP) |
Retrieves information about a Sash dialog item. More... | |
StatusInt | mdlDialog_sashSetInfo (int *topMarginP, int *bottomMarginP, RawItemHdr *sashP) |
Sets information about a Sash dialog item. More... | |
StatusInt | mdlDialog_sashGetInfoEx (int *topMarginP, int *bottomMarginP, UInt32 *attributesP, RawItemHdr *sashP) |
Retrieves information about a Sash dialog item. More... | |
StatusInt | mdlDialog_sashSetInfoEx (int *topMarginP, int *bottomMarginP, UInt32 *attributesP, bool redraw, RawItemHdr *sashP) |
Sets information about a Sash dialog item. More... | |
bool | mdlDialog_sashIsVertical (RawItemHdr *sashP) |
Determines whether the specified Sash item is oriented vertically. More... | |
StatusInt | mdlDialog_sashSetSplitterHandle (RawItemHdr *sashP, GuiSplitterHandleP layoutHandle) |
Sets the GuiSplitterHandle associated with this Sash for layout purposes. More... | |
StatusInt mdlDialog_sashGetInfo | ( | int * | topMarginP, |
int * | bottomMarginP, | ||
RawItemHdr * | sashP | ||
) |
Retrieves information about a Sash dialog item.
[in,out] | topMarginP | is the top margin value of the sash, returned in pixels. Pass NULL in this argument if you do not want to get this value. |
[in,out] | bottomMarginP | is the bottom margin value of the sash, returned in pixels. Pass NULL in this argument if you do not want to get this value. |
[in] | sashP | Sash to get info from |
StatusInt mdlDialog_sashGetInfoEx | ( | int * | topMarginP, |
int * | bottomMarginP, | ||
UInt32 * | attributesP, | ||
RawItemHdr * | sashP | ||
) |
Retrieves information about a Sash dialog item.
[in,out] | topMarginP | is the top margin value of the sash, returned in pixels. Pass NULL in this argument if you do not want to get this value. |
[in,out] | bottomMarginP | is the bottom margin value of the sash, returned in pixels. Pass NULL in this argument if you do not want to get this value. |
[in,out] | attributesP | is the list of returned attributes that have been set for the Sash item. |
[in] | sashP | is a pointer to the Sash item to get the information from. |
bool mdlDialog_sashIsVertical | ( | RawItemHdr * | sashP | ) |
Determines whether the specified Sash item is oriented vertically.
[in] | sashP | is the Sash item to test. |
StatusInt mdlDialog_sashSetInfo | ( | int * | topMarginP, |
int * | bottomMarginP, | ||
RawItemHdr * | sashP | ||
) |
Sets information about a Sash dialog item.
[in] | topMarginP | is the top margin value for the Sash in pixels. Pass NULL in this argument if not setting this value. |
[in] | bottomMarginP | is the bottom margin value for the Sash in pixels. Pass NULL in this argument if not setting this value. |
[in] | sashP | is the Sash item to set the values on. |
StatusInt mdlDialog_sashSetInfoEx | ( | int * | topMarginP, |
int * | bottomMarginP, | ||
UInt32 * | attributesP, | ||
bool | redraw, | ||
RawItemHdr * | sashP | ||
) |
Sets information about a Sash dialog item.
[in] | topMarginP | is the top margin value for the Sash in pixels. Pass NULL in this argument if not setting this value. |
[in] | bottomMarginP | is the bottom margin value for the Sash in pixels. Pass NULL in this argument if not setting this value. |
[in] | attributesP | is a list of attributes to set for the Sash item. Pass NULL in this argument if not setting the attributes. |
[in] | redraw | indicates whether the Sash item should be redrawn after updating. |
[in] | sashP | is the Sash item to set the values on. |
StatusInt mdlDialog_sashSetSplitterHandle | ( | RawItemHdr * | sashP, |
GuiSplitterHandleP | layoutHandle | ||
) |
Sets the GuiSplitterHandle associated with this Sash for layout purposes.
[in] | sashP | is the Sash item to set the SplitterHandle on. |
[in] | layoutHandle | is the GuiSplitterHandle associated with this Sash. |