HomeSort by relevance Sort by last modified time
    Searched defs:NCursesWindow (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
cursesw.h 43 Undefine it here, because NCursesWindow uses lines as a method. */
753 class NCURSES_IMPEXP NCursesWindow
774 NCursesWindow(WINDOW* win, int ncols);
789 NCursesWindow* par; // parent, if subwindow
790 NCursesWindow* subwins; // head of subwindows list
791 NCursesWindow* sib; // next subwindow of parent
798 NCursesWindow();
801 NCursesWindow(WINDOW* window); // useful only for stdscr
803 NCursesWindow(int nlines, // number of lines
808 NCursesWindow(NCursesWindow& par,// parent windo
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h 43 Undefine it here, because NCursesWindow uses lines as a method. */
753 class NCURSES_IMPEXP NCursesWindow
774 NCursesWindow(WINDOW* win, int ncols);
789 NCursesWindow* par; // parent, if subwindow
790 NCursesWindow* subwins; // head of subwindows list
791 NCursesWindow* sib; // next subwindow of parent
798 NCursesWindow();
801 NCursesWindow(WINDOW* window); // useful only for stdscr
803 NCursesWindow(int nlines, // number of lines
808 NCursesWindow(NCursesWindow& par,// parent windo
    [all...]

Completed in 68 milliseconds