Wizard.h (pymol-v2.1.0.tar.bz2) | : | Wizard.h (pymol-open-source-2.2.0) | ||
---|---|---|---|---|
skipping to change at line 29 | skipping to change at line 29 | |||
#include"Ortho.h" | #include"Ortho.h" | |||
int WizardInit(PyMOLGlobals * G); | int WizardInit(PyMOLGlobals * G); | |||
int WizardActive(PyMOLGlobals * G); | int WizardActive(PyMOLGlobals * G); | |||
void WizardSet(PyMOLGlobals * G, PyObject * wiz, int replace); | void WizardSet(PyMOLGlobals * G, PyObject * wiz, int replace); | |||
PyObject *WizardGet(PyMOLGlobals * G); | PyObject *WizardGet(PyMOLGlobals * G); | |||
void WizardFree(PyMOLGlobals * G); | void WizardFree(PyMOLGlobals * G); | |||
Block *WizardGetBlock(PyMOLGlobals * G); | Block *WizardGetBlock(PyMOLGlobals * G); | |||
void WizardRefresh(PyMOLGlobals * G); | void WizardRefresh(PyMOLGlobals * G); | |||
int WizardDoPick(PyMOLGlobals * G, int bondFlag); | int WizardDoPick(PyMOLGlobals * G, int bondFlag, int state=0); | |||
int WizardDoSelect(PyMOLGlobals * G, char *name); | int WizardDoSelect(PyMOLGlobals * G, char *name, int state=0); | |||
void WizardPurgeStack(PyMOLGlobals * G); | void WizardPurgeStack(PyMOLGlobals * G); | |||
PyObject *WizardGetStack(PyMOLGlobals * G); | PyObject *WizardGetStack(PyMOLGlobals * G); | |||
int WizardSetStack(PyMOLGlobals * G, PyObject * wiz); | int WizardSetStack(PyMOLGlobals * G, PyObject * wiz); | |||
int WizardDoKey(PyMOLGlobals * G, unsigned char k, int x, int y, int mod); | int WizardDoKey(PyMOLGlobals * G, unsigned char k, int x, int y, int mod); | |||
int WizardDoSpecial(PyMOLGlobals * G, int k, int x, int y, int mod); | int WizardDoSpecial(PyMOLGlobals * G, int k, int x, int y, int mod); | |||
int WizardDoScene(PyMOLGlobals * G); | int WizardDoScene(PyMOLGlobals * G); | |||
int WizardDoState(PyMOLGlobals * G); | int WizardDoState(PyMOLGlobals * G); | |||
int WizardDoFrame(PyMOLGlobals * G); | int WizardDoFrame(PyMOLGlobals * G); | |||
int WizardDoDirty(PyMOLGlobals * G); | int WizardDoDirty(PyMOLGlobals * G); | |||
int WizardDoView(PyMOLGlobals * G, int force); | int WizardDoView(PyMOLGlobals * G, int force); | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |