Menu.h (pymol-v1.8.6.0.tar.bz2) | : | Menu.h (pymol-v2.1.0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 22 | skipping to change at line 22 | |||
-* | -* | |||
-* | -* | |||
-* | -* | |||
Z* ------------------------------------------------------------------- | Z* ------------------------------------------------------------------- | |||
*/ | */ | |||
#ifndef _H_Menu | #ifndef _H_Menu | |||
#define _H_Menu | #define _H_Menu | |||
#include"os_python.h" | #include"os_python.h" | |||
#include"PyMOLGlobals.h" | #include"PyMOLGlobals.h" | |||
#include"Block.h" | ||||
void MenuActivate(PyMOLGlobals * G, int x, int y, int last_x, int last_y, | void MenuActivate(PyMOLGlobals * G, int x, int y, int last_x, int last_y, | |||
int passive, const char *name, const char *sele); | int passive, const char *name, const char *sele); | |||
void MenuActivate0Arg(PyMOLGlobals * G, int x, int y, int last_x, int last_y, | void MenuActivate0Arg(PyMOLGlobals * G, int x, int y, int last_x, int last_y, | |||
int passive, const char *name); | int passive, const char *name); | |||
void MenuActivate1Arg(PyMOLGlobals * G, int x, int y, int last_x, int last_y, | Block *MenuActivate1Arg(PyMOLGlobals * G, int x, int y, int last_x, int last_y, | |||
int passive, const char *name, const char *arg1); | int passive, const char *name, const char *arg1); | |||
void MenuActivate2Arg(PyMOLGlobals * G, int x, int y, int last_x, int last_y, | void MenuActivate2Arg(PyMOLGlobals * G, int x, int y, int last_x, int last_y, | |||
int passive, const char *name, const char *sele1, const ch ar *sele2); | int passive, const char *name, const char *sele1, const ch ar *sele2); | |||
void MenuActivate3fv(PyMOLGlobals * G, int x, int y, int last_x, int last_y, int passive, | void MenuActivate3fv(PyMOLGlobals * G, int x, int y, int last_x, int last_y, int passive, | |||
const char *name, const float *xyz); | const char *name, const float *xyz); | |||
#endif | #endif | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 2 lines changed or added |