IWIDGET_SETOFFSETX()
Brew Release
Brew MP 1.0.2
See Also
Widget Properties
Widget Events
IWidget_GetProperty
IWidget_SetProperty
IWidget_GetOffsetX
Description
This routine sets the horizontal offset of the widget.
Params
pif
[]:
[in] Pointer to the IWidget interface object.
v
[]:
[in] the horizontal offset to be set.
Interface
Prototype
int IWidget_SetOffsetX(IWidget *pif, int v);
Return
AEE_SUCCESS - If the widget is able to set horizontal offset. AEE_EFAILED - If horizontal offset could not be set.
Side Effect
- None
Comments
None.
COMMENTS (0)
See Below