Searched refs:WindowObject (Results 1 – 4 of 4) sorted by relevance
3863 } WindowObject; typedef3868 CheckWindow(WindowObject *self) in CheckWindow()3898 WindowObject *self; in WindowNew()3920 WindowDestructor(WindowObject *self) in WindowDestructor()3937 WindowClear(WindowObject *self) in WindowClear()3983 WindowAttrValid(WindowObject *self, char *name) in WindowAttrValid()3996 WindowAttr(WindowObject *self, char *name) in WindowAttr()4128 WindowRepr(WindowObject *self) in WindowRepr()5608 if (CheckWindow((WindowObject *)(valObject))) in CurrentSetattr()5620 win_goto(((WindowObject *)(valObject))->win); in CurrentSetattr()[all …]
1344 if ((r = WindowAttrValid((WindowObject *)(self), name))) in WindowGetattr()1347 if (CheckWindow((WindowObject *)(self))) in WindowGetattr()1350 r = WindowAttr((WindowObject *)(self), name); in WindowGetattr()1409 WindowObject *wp = WIN_PYTHON_REF(win); in python_window_free()
1617 if ((r = WindowAttrValid((WindowObject *)(self), name))) in WindowGetattro()1620 if (CheckWindow((WindowObject *)(self))) in WindowGetattro()1623 r = WindowAttr((WindowObject *)(self), name); in WindowGetattro()1635 return WindowSetattr((WindowObject *)(self), name, val); in WindowSetattro()1767 WindowObject *wp = WIN_PYTHON_REF(win); in python3_window_free()
182 syn keyword rexxBuiltinClass .WindowExtensions .WindowObject .WindowsClassesBase .WindowsClipboard