file-menu:between-save-as-and-print in frame:standard-menus<%>
This method is called between the addition of the save-as menu-item and before the addition of the print menu-item to the file-menu menu. Override it to add additional menus at that point.
( -> void
send a-frame:standard-menus file-menu:between-save-as-and-print menu)
menu : (instance (derived-from menu%))
Does nothing.