Constructs an instance setting context to interpreter interp, defaulting to the current context.
Definition at line 330 of file FXPython.h. 00331 : Generic::DoUndo<FXPythonInterp, void (FXPythonInterp::*)(), void (FXPythonInterp::*)()>(i, &FXPythonInterp::setContext, &FXPythonInterp::unsetContext) 00332 { }
|