Lines Matching refs:WindowObject
3863 } WindowObject; typedef
3868 CheckWindow(WindowObject *self) in CheckWindow()
3898 WindowObject *self; in WindowNew()
3907 self = PyObject_GC_New(WindowObject, &WindowType); in WindowNew()
3920 WindowDestructor(WindowObject *self) in WindowDestructor()
3930 WindowTraverse(WindowObject *self, visitproc visit, void *arg) in WindowTraverse()
3937 WindowClear(WindowObject *self) in WindowClear()
3983 WindowAttrValid(WindowObject *self, char *name) in WindowAttrValid()
3996 WindowAttr(WindowObject *self, char *name) in WindowAttr()
4038 WindowSetattr(WindowObject *self, char *name, PyObject *valObject) in WindowSetattr()
4128 WindowRepr(WindowObject *self) in WindowRepr()
5608 if (CheckWindow((WindowObject *)(valObject))) in CurrentSetattr()
5610 count = get_win_number(((WindowObject *)(valObject))->win, firstwin); in CurrentSetattr()
5620 win_goto(((WindowObject *)(valObject))->win); in CurrentSetattr()
5621 if (((WindowObject *)(valObject))->win != curwin) in CurrentSetattr()
6509 WindowType.tp_basicsize = sizeof(WindowObject); in init_structs()