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

_win_st

Declaration

Source position: ncurses.pp line 225

type _win_st = record

  _cury: SmallInt;

  _curx: SmallInt;

  _maxy: SmallInt;

  _maxx: SmallInt;

  _begy: SmallInt;

  _begx: SmallInt;

  _flags: SmallInt;

  _attrs: attr_t;

  _bkgd: chtype;

  _notimeout: Bool;

  _clear: Bool;

  _leaveok: Bool;

  _scroll: Bool;

  _idlok: Bool;

  _idcok: Bool;

  _immed: Bool;

  _sync: Bool;

  _use_keypad: Bool;

  _delay: cint;

  _line: ;

  _regtop: SmallInt;

  _regbottom: SmallInt;

  _parx: cint;

  _pary: cint;

  _parent: PWINDOW;

  _pad: record

    _pad_y: SmallInt;

    _pad_x: SmallInt;

    _pad_top: SmallInt;

    _pad_left: SmallInt;

    _pad_bottom: SmallInt;

    _pad_right: SmallInt;

  end;

  _yoffset: SmallInt;

  _bkgrnd: cchar_t;

end;


Documentation generated on: 2023-03-18