Lines Matching refs:METH_VARARGS
2490 {"chgat", (PyCFunction)PyCursesWindow_ChgAt, METH_VARARGS},
2496 {"clearok", (PyCFunction)PyCursesWindow_clearok, METH_VARARGS},
2513 {"getstr", (PyCFunction)PyCursesWindow_GetStr, METH_VARARGS},
2516 {"idcok", (PyCFunction)PyCursesWindow_idcok, METH_VARARGS},
2517 {"idlok", (PyCFunction)PyCursesWindow_idlok, METH_VARARGS},
2519 {"immedok", (PyCFunction)PyCursesWindow_immedok, METH_VARARGS},
2523 {"insdelln", (PyCFunction)PyCursesWindow_winsdelln, METH_VARARGS},
2527 {"instr", (PyCFunction)PyCursesWindow_InStr, METH_VARARGS},
2530 {"keypad", (PyCFunction)PyCursesWindow_keypad, METH_VARARGS},
2531 {"leaveok", (PyCFunction)PyCursesWindow_leaveok, METH_VARARGS},
2532 {"move", (PyCFunction)PyCursesWindow_wmove, METH_VARARGS},
2533 {"mvderwin", (PyCFunction)PyCursesWindow_mvderwin, METH_VARARGS},
2534 {"mvwin", (PyCFunction)PyCursesWindow_mvwin, METH_VARARGS},
2535 {"nodelay", (PyCFunction)PyCursesWindow_nodelay, METH_VARARGS},
2536 {"notimeout", (PyCFunction)PyCursesWindow_notimeout, METH_VARARGS},
2545 {"resize", (PyCFunction)PyCursesWindow_wresize, METH_VARARGS},
2548 {"scrollok", (PyCFunction)PyCursesWindow_scrollok, METH_VARARGS},
2552 {"subpad", (PyCFunction)_curses_window_subwin, METH_VARARGS, _curses_window_subwin__doc__},
2556 {"syncok", (PyCFunction)PyCursesWindow_syncok, METH_VARARGS},
2559 {"timeout", (PyCFunction)PyCursesWindow_wtimeout, METH_VARARGS},