Searched defs:GetWindowContentRgn (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Mac/Modules/win/
H A D_Winmodule.c33 #define GetWindowContentRgn(win, rgn) GetWindowRegion((win), kWindowContentRgn, (rgn)) macro
2225 #ifndef GetWindowContentRgn
2226 PyMac_PRECHECK(GetWindowContentRgn);
2231 GetWindowContentRgn(_self->ob_itself,
2554 {"GetWindowContentRgn", (PyCFunction)WinObj_GetWindowContentRgn, 1,

Completed in 65 milliseconds