#include <VMDTkMenu.h>
Inheritance diagram for VMDTkMenu:
List of all members.
Definition at line 28 of file VMDTkMenu.h.
class constructor and destructor.
Definition at line 26 of file VMDTkMenu.C.
References create_window, interp, NULL, path, stringdup, and windowProc.
[virtual]
[protected]
registers newly-created window with the window manager.
Definition at line 39 of file VMDTkMenu.C.
References VMDMenu::get_name, interp, and path.
[protected, virtual]
[protected, virtual]
virtual routines to handle toolkit-specific actions.
Reimplemented from UIObject.
Definition at line 72 of file VMDTkMenu.C.
References create_window, VMDMenu::get_name, interp, NULL, path, stringdup, and windowProc.
[virtual]
Move the menu to a new place on the screen.
Implements VMDMenu.
Definition at line 102 of file VMDTkMenu.C.
register a window creation proc. Return success.
Definition at line 53 of file VMDTkMenu.C.
References stringdup, and windowProc.
Referenced by text_cmd_menu.
[virtual]
return the current location of the form.
Implements VMDMenu.
Definition at line 113 of file VMDTkMenu.C.
[protected]
Tcl interpreter handle.
Definition at line 30 of file VMDTkMenu.h.
Referenced by create_window, do_off, do_on, move, VMDTkMenu, where, and ~VMDTkMenu.
[protected]
Tk window path, i.e. .zoomseq.
Definition at line 31 of file VMDTkMenu.h.
Referenced by create_window, do_off, do_on, move, VMDTkMenu, where, and ~VMDTkMenu.
[protected]
Name of proc which returns a window handle; can be used to defer window creation until the first time the menu is turned on.
Definition at line 35 of file VMDTkMenu.h.
Referenced by do_on, register_proc, VMDTkMenu, and ~VMDTkMenu.