pascal OSStatus DrawThemeMenuBackground (
const Rect *inMenuRect,
ThemeMenuType inMenuType);
inMenuRect
A pointer to a structure of type
Rect
. Before calling
DrawThemeMenuBackground
, set the rectangle to contain the entire menu, in global coordinates.
inMenuType
A value of type
ThemeMenuType
. Pass a constant specifying the type of menu for which to draw a background; see
Theme Menu Type Constants
for descriptions of possible values.