IWIDGET_GETTEXTCONTROLLER()
Brew Release
Brew MP 1.0.2
See Also
- IController
- IController_Release()
- IWidget_SetTextController()
Description
This function is used to retrieve the text controller for the text widget
object. The caller is responsible for releasing the text controller when
finished with it.
Params
pif
[]:
[in] Pointer to the text widget object.
pController
[]:
[out] Pointer to an IController pointer. On return, points to
the text controller.
Interface
Prototype
int IWidget_GetTextController(IWidget *pif, IController **pController);
Return
AEE_SUCCESS - If BREW was able to successfully retrieve the text controller. AEE_EFAILED - If the text controller could not be retrieved.
Side Effect
- None
Comments
None
COMMENTS (0)
See Below