widget/public/nsIToolkit.idl
Not scriptablensISupports
Last changed in Gecko 1.0 void Init(in PRThread aThread); |
Initialize this toolkit with aThread.
void Init( in PRThread aThread );
aThread
null
can be passed in, in which case a new thread gets created and a message pump will run in that thread.