#include "py_commands.h"#include "VMDTkinterMenu.h"#include "VMDApp.h"Go to the source code of this file.
Functions | |
| PyObject * | show (PyObject *self, PyObject *args) |
| PyObject * | location (PyObject *self, PyObject *args) |
| PyObject * | addmenu (PyObject *self, PyObject *args) |
| PyObject * | registermenu (PyObject *self, PyObject *args) |
| void | initvmdmenu () |
Variables | |
| PyMethodDef | methods [] |
|
||||||||||||
|
Definition at line 42 of file py_menu.C. References VMDApp::add_menu, get_vmdapp, VMDApp::menu_add_extension, and NULL. |
|
|
Definition at line 95 of file py_menu.C. References methods. |
|
||||||||||||
|
Definition at line 25 of file py_menu.C. References get_vmdapp, VMDApp::menu_location, VMDApp::menu_move, and NULL. |
|
||||||||||||
|
Definition at line 59 of file py_menu.C. References VMDApp::add_menu, get_vmdapp, VMDApp::menu_add_extension, NULL, and VMDTkinterMenu::register_windowproc. |
|
||||||||||||
|
Definition at line 13 of file py_menu.C. References get_vmdapp, VMDApp::menu_show, VMDApp::menu_status, and NULL. |
|
|
Initial value: {
{(char *)"add", (vmdPyMethod)addmenu, METH_VARARGS,
(char *)"add(name, root) -- add to VMD extension menu"},
{(char *)"register", (vmdPyMethod)registermenu, METH_VARARGS,
(char *)"register(name, func, menupath) -- func returns Tk() instance"},
{(char *)"show", (vmdPyMethod)show, METH_VARARGS,
(char *)"show(name, onoff) -- show/hide registered window"},
{(char *)"location", (vmdPyMethod)location, METH_VARARGS,
(char *)"location(name, (x, y)) -- set menu location"},
{NULL, NULL}
}Definition at line 83 of file py_menu.C. Referenced by initvmdmenu. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002