Window
Object Hierarchy:
Description:
[ Compact ]
[ CCode ( cname = "WINDOW" , copy_function = "dupwin" , cprefix = "" , free_function = "delwin" ) ]
public class Window
[ CCode ( cname = "WINDOW" , copy_function = "dupwin" , cprefix = "" , free_function = "delwin" ) ]
public class Window
All known sub-classes:
Namespace: Curses
Package: curses
Content:
Static methods:
- public static Window getwin (FileStream filep)
Creation methods:
Methods:
- public int addch (ulong ch)
- public int addchnstr (ulong[] chstr, int n)
- public int addchstr (ulong[] chstr)
- public int addnstr (string str, int n)
- public int addstr (string str)
- public int attr_get (ref ulong attrs, ref ulong pair, void* data)
- public int attr_off (ulong attrs, void* data)
- public int attr_on (ulong attrs, void* data)
- public int attr_set (ulong attrs, short pair, void* data)
- public int attroff (ulong attrs)
- public int attron (ulong attrs)
- public int attrset (ulong attrs)
- public int bkgd (ulong ch)
- public void bkgdset (ulong ch)
- public int border (ulong ls, ulong rs, ulong ts, ulong bs, ulong tl, ulong tr, ulong bl, ulong br)
- public int box (ulong verch, ulong horch)
- public int chgat (int n, ulong attr, short color, void* data)
- public int clear ()
- public int clearok (bool bf)
- public int clrtobot ()
- public int clrtoeol ()
- public int color_set (short color_pair_number, void* data)
- public Window copy ()
- public int copywin (Window dstwin, int sminrow, int smincol, int dminrow, int dmincol, int dmaxrow, int dmaxcol, int overlay)
- public void cursyncup ()
- public int delch ()
- public int deleteln ()
- public Window derwin (int nlines, int ncols, int begin_y, int begin_x)
- public int echochar (ulong ch)
- public int erase ()
- public ulong getbkgd ()
- public int getch ()
- public int getnstr (string str, int n)
- public int getstr (string str)
- public int hline (ulong ch, int n)
- public void idcok (bool bf)
- public int idlok (bool bf)
- public void immedok (bool bf)
- public ulong inch ()
- public int inchnstr (ulong[] chstr, int n)
- public int inchstr (ulong[] chstr)
- public int innstr (string str, int n)
- public int insch (ulong ch)
- public int insdelln (int n)
- public int insertln ()
- public int insnstr (string str, int n)
- public int insstr (string str)
- public int instr (string str)
- public int intrflush (bool bf)
- public bool is_linetouched (int line)
- public bool is_wintouched ()
- public int keypad (bool bf)
- public int leaveok (bool bf)
- public int meta (bool bf)
- public int move (int y, int x)
- public int mvaddch (int y, int x, ulong ch)
- public int mvaddchnstr (int y, int x, ulong[] chstr, int n)
- public int mvaddchstr (int y, int x, ulong[] chstr)
- public int mvaddnstr (int y, int x, string str, int n)
- public int mvaddstr (int y, int x, string str)
- public int mvchgat (int y, int x, int n, ulong attr, short color, void* data)
- public int mvdelch (int y, int x)
- public int mvderwin (int par_y, int par_x)
- public int mvgetch (int y, int x)
- public int mvgetnstr (int y, int x, string str, int n)
- public int mvgetstr (int y, int x, string str)
- public int mvhline (int y, int x, ulong ch, int n)
- public ulong mvinch (int y, int x)
- public int mvinchnstr (int y, int x, ulong[] chstr, int n)
- public int mvinchstr (int y, int x, ulong[] chstr)
- public int mvinnstr (int y, int x, string str, int n)
- public int mvinsch (int y, int x, ulong ch)
- public int mvinsnstr (int y, int x, string str, int n)
- public int mvinsstr (int y, int x, string str)
- public int mvinstr (int y, int x, string str)
- public int mvprintw (int y, int x, string str, ...)
- public int mvscanw (int y, int x, string str, ...)
- public int mvvline (int y, int x, ulong ch, int n)
- public int mvwin (int y, int x)
- public int nodelay (bool bf)
- public int notimeout (bool bf)
- public int noutrefresh ()
- public int overlay (Window win)
- public int overwrite (Window win)
- public int printw (string str, ...)
- public int putwin (FileStream filep)
- public int redrawln (int beg_line, int num_lines)
- public int redrawwin ()
- public int refresh ()
- public int resize (int h, int w)
- public int scanw (string str, ...)
- public int scrl (int n)
- public int scroll ()
- public int scrollok (bool bf)
- public int setscrreg (int top, int bot)
- public int standend ()
- public int standout ()
- public Window subpad (int nlines, int ncols, int begin_y, int begin_x)
- public Window subwin (int nlines, int ncols, int begin_y, int begin_x)
- public void syncdown ()
- public int syncok (bool bf)
- public void syncup ()
- public void timeout (int delay)
- public int touchline (int start, int count)
- public int touchln (int y, int n, int changed)
- public int touchwin ()
- public int untouchwin ()
- public int vline (ulong ch, int n)
- public int vprintw (string str, va_list args)
- public int vscanw (string str, va_list args)