Home
last modified time | relevance | path

Searched refs:WindowObject (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Mac/Modules/win/
D_Winmodule.c50 typedef struct WindowObject { struct
54 } WindowObject; argument
58 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 …]
/external/python/cpython2/Mac/Modules/dlg/
D_Dlgmodule.c1554 ((WindowObject *)it)->ob_freeit = NULL; in DlgObj_WhichDialog()
/external/python/cpython2/Doc/library/
Dcurses.rst293 Initialize the library. Return a :class:`WindowObject` which represents the
1695 :class:`WindowObject` in which the textbox is to be contained. The edit cursor