#include <VMDTkinterMenu.h>
Inheritance diagram for VMDTkinterMenu:
Public Methods | |
VMDTkinterMenu (const char *menuname, PyObject *root, VMDApp *) | |
class constructor and destructor. More... | |
virtual | ~VMDTkinterMenu () |
void | register_windowproc (PyObject *func) |
pass a callable object which returns a root window handle. More... | |
virtual void | move (int, int) |
Move the menu to a new place on the screen. More... | |
virtual void | where (int &, int &) |
return the current location of the form. More... | |
Protected Methods | |
virtual void | do_on () |
virtual routines to handle toolkit-specific actions. More... | |
virtual void | do_off () |
Definition at line 22 of file VMDTkinterMenu.h.
|
class constructor and destructor.
Definition at line 16 of file VMDTkinterMenu.C. References NULL, and preserve_window. |
|
Definition at line 25 of file VMDTkinterMenu.C. |
|
Reimplemented from UIObject. Definition at line 55 of file VMDTkinterMenu.C. References NULL. |
|
virtual routines to handle toolkit-specific actions.
Reimplemented from UIObject. Definition at line 36 of file VMDTkinterMenu.C. References NULL, and preserve_window. |
|
Move the menu to a new place on the screen.
Implements VMDMenu. Definition at line 62 of file VMDTkinterMenu.C. |
|
pass a callable object which returns a root window handle.
Definition at line 30 of file VMDTkinterMenu.C. Referenced by py_registermenu. |
|
return the current location of the form.
Implements VMDMenu. Definition at line 71 of file VMDTkinterMenu.C. |