home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / bix / stdmenus.dec < prev    next >
Encoding:
Text File  |  1986-07-07  |  640 b   |  15 lines

  1.  
  2. { ***** From STDMENUS.LIB ***** }
  3. Procedure SMenuFrame;forward;
  4. Procedure Title(title_center:Byte;s:MenuTitle);forward;
  5. Procedure ShowMenu(longest_MenuOp,title_center,first,last:Byte;
  6.                    s:MenuTitle);forward;
  7. Procedure ShowPrompts(row,prompt,fkey:Byte);forward;
  8. Procedure ShowPrompt(row,prompt,fkey:Byte);forward;
  9. Procedure ShowMessage(OpNo:Byte);forward;
  10. Procedure ClrMenu;forward;
  11. Procedure ClrPrompts;forward;
  12. Procedure ClrMessage;forward;
  13. Procedure ShowMenuResp(OptNum,OptRow,VAtt : Byte);forward;
  14. Procedure ShowPages(LineType,Quan_of_Pages,UpLx,UpLy:Byte);forward;
  15.