SubMenuHelp

Earlier in this chapter, we discussed the need for the enterprise framework to provide a number of core menu bars that incorporate commonly used functionality. One such menu bar is the Help menu, which is handled by the SubMenuHelp class, the code for which is described in the following sections.

create-menubar

The {create-menubar} method defines the menu items available when the user clicks the application Help menu. Figure 9-8 lists the code required.

The {create-menubar} method contains the code that defines the appearance and processing instructions for the individual elements of the Help menu bar. It creates a SubMenu labeled Help and two menu elements labeled Application Help and About. Looking closer at the code within the ...

Get Enterprise Curl now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.