home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / a / hdsetup / dialog-0.4-1 / dialog-0 / dialog-0.4-slackware / src / dialog.h.rej < prev    next >
Encoding:
Text File  |  1994-06-08  |  922 b   |  15 lines

  1. ***************
  2. *** 231,235 ****
  3.   int dialog_textbox(char *title, char *file, int height, int width);
  4.   int dialog_menu(char *title, char *prompt, int height, int width, int menu_height, int item_no, char **items);
  5.   int dialog_checklist(char *title, char *prompt, int height, int width, int list_height, int item_no, char **items);
  6.   int dialog_inputbox(char *title, char *prompt, int height, int width);
  7.   
  8. --- 231,236 ----
  9.   int dialog_textbox(char *title, char *file, int height, int width);
  10.   int dialog_menu(char *title, char *prompt, int height, int width, int menu_height, int item_no, char **items);
  11.   int dialog_checklist(char *title, char *prompt, int height, int width, int list_height, int item_no, char **items);
  12. + int dialog_radiolist(char *title, char *prompt, int height, int width, int list_height, int item_no, char **items);
  13.   int dialog_inputbox(char *title, char *prompt, int height, int width);
  14.   
  15.