/* ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; */
/* ; */
/* ; */
/* ; */
/* ; */
/* ; */
/* ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; */
/* (macro _init */
/* ((int help_id) */
/* (string text) */
/* (global help_id) */
/* (= help_id (create_buffer "Help menu" "latex.mnu" 1)) */
/* (sprintf text "Help ID = %d" help_id) */
/* (message text) */
/* ) */
/* ) */
/* ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; */
/* ; */
/* -1 DIALOG_INIT The dialog manager has just been invoked ; */
/* -2 DIALOG_ENTER_FIELD The cursor has just entered a non-list field ; */
/* -3 DIALOG_ENTER_LIST The cursor has just entered a l ; */
/* -4 DIALOG_ALTER_LIST The current item in a list has just been changed ; */
/* -5 DIALOG_ALTER_MENU The current item in a menu has just been changed ; */
/* -5 DIALOG_MOVE_MENU (Same as DIALOG_ALTER_ME ; */
/* -6 DIALOG_PICK_MENU The user has just selected a menu button with Enter ; */
/* -7 DIALOG_EXIT_FIELD The cursor has just left a non-list field ; */
/* -8 DIALOG_EXIT_LIST The cursor has just left a l ; */
/* -9 DIALOG_TERM The dialog manager is exit ; */
/* -10 DIALOG_ESCAPE The user has just pressed Esc to exit all levels ; */
/* -11 DIALOG_F10 The user has just pressed F10 to save a dialog box ; */
/* -12 DIALOG_GREY_MINUS The user has just pressed the keypad minus key ; */
/* -13 DIALOG_CREATE_MENU A menu buffer has just been made current ; */
/* -14 DIALOG_CREATE_DBOX A dialog box data buffe ; */
/* ; */
/* ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; */