                                                                digmenu_make
Chapter 6 Dialogue: Tiles, Keys, Buttons and Menus

Assigns function/menu to named menu location (box).

digmenu_make

    Assigns function/menu to named menu location (box).

         digmenu_make row col action

    Specifies the menu/function/command to be assigned to the row and column of
    the currently initialized digitizer tablet TILE (menu).  This command
    requires prior execution of a digmenu_init command.
    ___________________________________________________________________________
    Options/arguments:

         row       Number of rows for the stickup menu
         col       Number of columns for the stickup menu
         action    Function/macro to assign to the row,col
    ___________________________________________________________________________
    Example(s):

    To assign the function draw to the current digitizer tablet TILE (menu) box
    located at row 4 and column 5, enter:

         digmenu_make 4 5 draw

    To assign the catalog command to the current digitizer tablet TILE (menu)
    box located at row1 and column 3, enter:

         digmenu_make 1 3 catalog
    ___________________________________________________________________________
    See also:

              config, digmenu_get, digmenu_init, digmenu_plot, digmenu_save,
              stickup
    ___________________________________________________________________________
