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

Defines tablet rows and columns for a new stickup menu.

digmenu_init
     
    Activates a named stickup tablet menu.

         digmenu_init n row col

    Initiates the digmenu_make, digitizer table TILE creation process by
    defining the active input tablet n, and the number of rows (row) and
    columns (col) comprising the menu.
    ___________________________________________________________________________
    Options/arguments:

         n         Number of digitizer, as defined in:
                   1 =  digitizer 1
                   2 =  digitizer 2
         row       Number of rows for the stickup menu
         col       Number of columns for the stickup menu
    ___________________________________________________________________________
    Example(s):

    To initialize a new digitizer tablet TILE (menu) process to create a menu
    on digitizer 1 which has 6 rows and 8 columns, enter:

         digmenu_init 1 6 8
    ___________________________________________________________________________
    See also:

              config, digmenu_get, digmenu_make, digmenu_plot, digmenu_save,
              stickup
    ___________________________________________________________________________
