IWIDGET_GETSCROLLBORDERWIDTH()
Brew Release
Brew MP 1.0.2
See Also
- IWidget_SetScrollBorderWidth
Description
This function is used to get the border width of scrollbar.
Params
pif
[]:
[in] Pointer to IWidget (scrollbar widget)
pnBorderWidth
[]:
[out] Pointer to scrollbar border width.
Interface
Prototype
int IWidget_GetScrollBorderWidth(IWidget *pif, int *pnBorderWidth);
Return
AEE_SUCCESS - The widget was able to successfully retrieve border widget of scrollbar AEE_EFAILED - The widget was unable to get border widget of scrollbar
Side Effect
- None.
Comments
None.
COMMENTS (0)
See Below