Invokes the specified method of the specified widget. In other words, it is similar to execute the following:
wgt[func].apply(wgt, vararg); Copy
wgt[func].apply(wgt, vararg);
the widget to invoke
the function name
Rest
any number of arguments passed to the function invocation.
Invokes the specified method of the specified widget. In other words, it is similar to execute the following: