Home | History | Annotate | Download | only in libcurses

Lines Matching refs:WINDOW

44  *      Get the y position of the window relative to the parent window
48 getpary(WINDOW *win)
62 * Get the x position of the window relative to the parent window
66 getparx(WINDOW *win)
80 * Get current y position on window.
83 getcury(WINDOW *win)
94 * Get current x position on window.
97 getcurx(WINDOW *win)
108 * Get begin y position on window.
111 getbegy(WINDOW *win)
122 * Get begin x position on window.
125 getbegx(WINDOW *win)
136 * Get maximum y position on window.
139 getmaxy(WINDOW *win)
150 * Get maximum x position on window.
153 getmaxx(WINDOW *win)