HomeSort by relevance Sort by last modified time
    Searched refs:WindowObject (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Mac/Modules/win/
_Winmodule.c 50 typedef struct WindowObject {
54 } WindowObject;
58 WindowObject *it;
61 it = PyObject_NEW(WindowObject, &Window_Type);
92 *p_itself = ((WindowObject *)v)->ob_itself;
96 static void WinObj_dealloc(WindowObject *self)
108 static PyObject *WinObj_GetWindowOwnerCount(WindowObject *_self, PyObject *_args)
126 static PyObject *WinObj_CloneWindow(WindowObject *_self, PyObject *_args)
142 static PyObject *WinObj_GetWindowRetainCount(WindowObject *_self, PyObject *_args)
157 static PyObject *WinObj_RetainWindow(WindowObject *_self, PyObject *_args
    [all...]
  /external/python/cpython2/Mac/Modules/dlg/
_Dlgmodule.c 118 ** dialog object, and therefore we still don't have a WindowObject.
    [all...]

Completed in 841 milliseconds