Searched refs:WindowObject (Results 1 – 3 of 3) sorted by relevance
50 typedef struct WindowObject { struct54 } WindowObject; argument58 WindowObject *it; in WinObj_New()61 it = PyObject_NEW(WindowObject, &Window_Type); in WinObj_New()92 *p_itself = ((WindowObject *)v)->ob_itself; in WinObj_Convert()96 static void WinObj_dealloc(WindowObject *self) in WinObj_dealloc()108 static PyObject *WinObj_GetWindowOwnerCount(WindowObject *_self, PyObject *_args) in WinObj_GetWindowOwnerCount()126 static PyObject *WinObj_CloneWindow(WindowObject *_self, PyObject *_args) in WinObj_CloneWindow()142 static PyObject *WinObj_GetWindowRetainCount(WindowObject *_self, PyObject *_args) in WinObj_GetWindowRetainCount()157 static PyObject *WinObj_RetainWindow(WindowObject *_self, PyObject *_args) in WinObj_RetainWindow()[all …]
1554 ((WindowObject *)it)->ob_freeit = NULL; in DlgObj_WhichDialog()
293 Initialize the library. Return a :class:`WindowObject` which represents the1695 :class:`WindowObject` in which the textbox is to be contained. The edit cursor