|
Mac OS 9
|
#include <Menus.h>
Data Fields | |
| MenuTrackingData | trackingData |
| void * | context |
Summary: The MDEFDrawData structure contains information needed to draw a menu. It is used by menu definition functions, which receive a pointer to an MDEFDrawData structure as the whichItem parameter during kMenuDrawMsg.
| void* MDEFDrawData::context |
A CoreGraphics context that the MDEF should draw into. The Menu Manager will flush the context after the MDEF has returned.
| MenuTrackingData MDEFDrawData::trackingData |
Information about the menu being drawn. The MDEF should fill in the virtualMenuTop and virtualMenuBottom fields of this structure while drawing the menu.