Unit 'menu' Package
[Overview][Constants][Types][Procedures and functions][Index] [#ncurses]

tMENU

Declaration

Source position: menu.pp line 67

type tMENU = record

  height: SmallInt;

  width: SmallInt;

  rows: SmallInt;

  cols: SmallInt;

  frows: SmallInt;

  fcols: SmallInt;

  arows: SmallInt;

  namelen: SmallInt;

  desclen: SmallInt;

  marklen: SmallInt;

  itemlen: SmallInt;

  spc_desc: SmallInt;

  spc_cols: SmallInt;

  spc_rows: SmallInt;

  pattern: PChar;

  pindex: SmallInt;

  win: PWINDOW;

  sub: PWINDOW;

  userwin: PWINDOW;

  usersub: PWINDOW;

  items: ppITEM;

  nitems: SmallInt;

  curitem: pITEM;

  toprow: SmallInt;

  fore: chtype;

  back: chtype;

  grey: chtype;

  pad: cuchar;

  menuinit: Menu_Hook;

  menuterm: Menu_Hook;

  iteminit: Menu_Hook;

  itemterm: Menu_Hook;

  userptr: Pointer;

  mark: PChar;

  opt: Menu_Options;

  status: Word;

end;


Documentation generated on: 2023-03-18