Home | History | Annotate | Download | only in include

Lines Matching full:subwins

730   NCursesWindow* subwins;          // head of subwindows list
770 : w(rhs.w), alloced(rhs.alloced), par(rhs.par), subwins(rhs.subwins), sib(rhs.sib)
1234 NCursesWindow* child() { return subwins; }