Menu bars appear and disappear only in response to API calls.
To display a menu bar:
gms-display-menu-bar integer, menu-index: integer)
To undisplay a menu bar:
gms-hide-menu-bar integer)
To redisplay a menu bar:
gms-redisplay-menu-bar integer)
To obtain the menu bar of a G2 window:
gms-get-menu-bar-index integer) -> menu-index: integer
-1 if no such menu bar exists.
To obtain the current height of the menu bar of a G2 window:
gms-get-current-menu-bar-height integer)
get-current-menu-bar-height returns 0. Use the current menu bar height to determine, for example, where to place a dialog just below the current menu bar without obscuring the menu bar.