This example shows how to implement menus. The menu code is simply part of the processing for Intuition messages as shown in the idcmp example in the "Intuition Input and Output Methods" chapter. The example implements extended selection for menus, adaptation to fonts of different sizes, mutual exclusion and checkmarks. If possible, applications should use the menu layout routines available in the GadTools library, rather than doing the job themselves as this example does. See the "gadtools library" chapter for more information. menulayout.c