frame:reorder-menus in Framework Functions
(frame:reorder-menus-> void?frame)
frame: (is-a?/cframe%)Re-orders the menus in a frame. It moves the ``File'' and ``Edit'' menus to the front of the menubar and moves the ``Windows'' and ``Help'' menus to the end of the menubar.
This is useful in conjunction with the frame classes. After instantiating the class and adding ones own menus, the menus will be mis-ordered. This function fixes them up.