#include <MainFltkMenu.h>
Inheritance diagram for MainFltkMenu:
Public Methods | |
MainFltkMenu (VMDApp *) | |
~MainFltkMenu () | |
Protected Methods | |
int | act_on_command (int, Command *) |
update the display due to a command being executed. Return whether any action was taken on this command. Arguments are the command type, command object, and the success of the command (T or F). More... | |
virtual void | draw () |
XXX hack around a resize bug in Fltk on the Mac by overriding the width of the menu just before drawing. More... | |
Friends | |
class | MolBrowser |
Definition at line 31 of file MainFltkMenu.h.
|
|
Definition at line 1267 of file MainFltkMenu.C. |
|
|
XXX hack around a resize bug in Fltk on the Mac by overriding the width of the menu just before drawing.
Definition at line 1345 of file MainFltkMenu.C. References MAINFLTKMENUWIDTH, and size. |
|
Definition at line 32 of file MainFltkMenu.h. Referenced by MainFltkMenu. |