IWIDGET_GETSELECTEDSHADOWCOLOR()
Brew Release
Brew MP 1.0.2
See Also
Border Border Events
IWidget_SetSelectedShadowColor
IWidget_SetShadowColor
IWidget_GetShadowColor
IWidget_SetSelected
Description
This function retrieves the color that will be used for the shadow of the
widget when the widget is in selected state.
Params
pif
[]:
[in] Pointer to the IWidget object.
rgba
[]:
[in] RGBAVAL of shadow color when widget is in selected state.
Interface
Prototype
int IWidget_GetSelectedShadowColor(IWidget *pif, RGBAVAL *prgba);
Return
AEE_SUCCESS - If the widget successfully retrieved the selected shadow color. AEE_EFAILED - If the selected shadow color could not be retrieved.
Side Effect
- None
Comments
None
COMMENTS (0)
See Below