Sets the callback method for the PODSButton
object.
PODSButton
nometadata void setCallback( PODSMethod method, PODSObject targetobj, any closure );
Not applicable
void PODSsetCallback( PODSButton* btn, PODSMethod method, PODSObject* targetobj, void* closure );
btn The PODSButton
object.
method [in] The callback method to be invoked.
targetobj [in] The object on which method
will be invoked.
closure [out] Data to be passed back when user clicks the PODSButton
object.
None
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |