Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/win/
D_Winmodule.c33 #define GetWindowContentRgn(win, rgn) GetWindowRegion((win), kWindowContentRgn, (rgn)) macro
2225 #ifndef GetWindowContentRgn in WinObj_GetWindowContentRgn()
2226 PyMac_PRECHECK(GetWindowContentRgn); in WinObj_GetWindowContentRgn()
2231 GetWindowContentRgn(_self->ob_itself, in WinObj_GetWindowContentRgn()