Lines Matching refs:WindowObject
50 typedef struct WindowObject { struct
54 } WindowObject; typedef
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()
173 static PyObject *WinObj_ReleaseWindow(WindowObject *_self, PyObject *_args) in WinObj_ReleaseWindow()
189 static PyObject *WinObj_ReshapeCustomWindow(WindowObject *_self, PyObject *_args) in WinObj_ReshapeCustomWindow()
205 static PyObject *WinObj_GetWindowWidgetHilite(WindowObject *_self, PyObject *_args) in WinObj_GetWindowWidgetHilite()
223 static PyObject *WinObj_GetWindowClass(WindowObject *_self, PyObject *_args) in WinObj_GetWindowClass()
241 static PyObject *WinObj_GetWindowAttributes(WindowObject *_self, PyObject *_args) in WinObj_GetWindowAttributes()
259 static PyObject *WinObj_ChangeWindowAttributes(WindowObject *_self, PyObject *_args) in WinObj_ChangeWindowAttributes()
281 static PyObject *WinObj_SetWindowClass(WindowObject *_self, PyObject *_args) in WinObj_SetWindowClass()
300 static PyObject *WinObj_SetWindowModality(WindowObject *_self, PyObject *_args) in WinObj_SetWindowModality()
322 static PyObject *WinObj_GetWindowModality(WindowObject *_self, PyObject *_args) in WinObj_GetWindowModality()
343 static PyObject *WinObj_SetWindowContentColor(WindowObject *_self, PyObject *_args) in WinObj_SetWindowContentColor()
362 static PyObject *WinObj_GetWindowContentColor(WindowObject *_self, PyObject *_args) in WinObj_GetWindowContentColor()
380 static PyObject *WinObj_GetWindowContentPattern(WindowObject *_self, PyObject *_args) in WinObj_GetWindowContentPattern()
399 static PyObject *WinObj_SetWindowContentPattern(WindowObject *_self, PyObject *_args) in WinObj_SetWindowContentPattern()
418 static PyObject *WinObj_ScrollWindowRect(WindowObject *_self, PyObject *_args) in WinObj_ScrollWindowRect()
449 static PyObject *WinObj_ScrollWindowRegion(WindowObject *_self, PyObject *_args) in WinObj_ScrollWindowRegion()
480 static PyObject *WinObj_ClipAbove(WindowObject *_self, PyObject *_args) in WinObj_ClipAbove()
494 static PyObject *WinObj_PaintOne(WindowObject *_self, PyObject *_args) in WinObj_PaintOne()
511 static PyObject *WinObj_PaintBehind(WindowObject *_self, PyObject *_args) in WinObj_PaintBehind()
528 static PyObject *WinObj_CalcVis(WindowObject *_self, PyObject *_args) in WinObj_CalcVis()
542 static PyObject *WinObj_CalcVisBehind(WindowObject *_self, PyObject *_args) in WinObj_CalcVisBehind()
559 static PyObject *WinObj_BringToFront(WindowObject *_self, PyObject *_args) in WinObj_BringToFront()
573 static PyObject *WinObj_SendBehind(WindowObject *_self, PyObject *_args) in WinObj_SendBehind()
590 static PyObject *WinObj_SelectWindow(WindowObject *_self, PyObject *_args) in WinObj_SelectWindow()
604 static PyObject *WinObj_GetNextWindowOfClass(WindowObject *_self, PyObject *_args) in WinObj_GetNextWindowOfClass()
625 static PyObject *WinObj_SetWindowAlternateTitle(WindowObject *_self, PyObject *_args) in WinObj_SetWindowAlternateTitle()
644 static PyObject *WinObj_CopyWindowAlternateTitle(WindowObject *_self, PyObject *_args) in WinObj_CopyWindowAlternateTitle()
662 static PyObject *WinObj_HiliteWindow(WindowObject *_self, PyObject *_args) in WinObj_HiliteWindow()
679 static PyObject *WinObj_SetWRefCon(WindowObject *_self, PyObject *_args) in WinObj_SetWRefCon()
696 static PyObject *WinObj_GetWRefCon(WindowObject *_self, PyObject *_args) in WinObj_GetWRefCon()
711 static PyObject *WinObj_SetWindowPic(WindowObject *_self, PyObject *_args) in WinObj_SetWindowPic()
728 static PyObject *WinObj_GetWindowPic(WindowObject *_self, PyObject *_args) in WinObj_GetWindowPic()
743 static PyObject *WinObj_GetWVariant(WindowObject *_self, PyObject *_args) in WinObj_GetWVariant()
758 static PyObject *WinObj_GetWindowFeatures(WindowObject *_self, PyObject *_args) in WinObj_GetWindowFeatures()
776 static PyObject *WinObj_GetWindowRegion(WindowObject *_self, PyObject *_args) in WinObj_GetWindowRegion()
798 static PyObject *WinObj_GetWindowStructureWidths(WindowObject *_self, PyObject *_args) in WinObj_GetWindowStructureWidths()
816 static PyObject *WinObj_BeginUpdate(WindowObject *_self, PyObject *_args) in WinObj_BeginUpdate()
830 static PyObject *WinObj_EndUpdate(WindowObject *_self, PyObject *_args) in WinObj_EndUpdate()
844 static PyObject *WinObj_InvalWindowRgn(WindowObject *_self, PyObject *_args) in WinObj_InvalWindowRgn()
863 static PyObject *WinObj_InvalWindowRect(WindowObject *_self, PyObject *_args) in WinObj_InvalWindowRect()
882 static PyObject *WinObj_ValidWindowRgn(WindowObject *_self, PyObject *_args) in WinObj_ValidWindowRgn()
901 static PyObject *WinObj_ValidWindowRect(WindowObject *_self, PyObject *_args) in WinObj_ValidWindowRect()
920 static PyObject *WinObj_DrawGrowIcon(WindowObject *_self, PyObject *_args) in WinObj_DrawGrowIcon()
934 static PyObject *WinObj_SetWTitle(WindowObject *_self, PyObject *_args) in WinObj_SetWTitle()
951 static PyObject *WinObj_GetWTitle(WindowObject *_self, PyObject *_args) in WinObj_GetWTitle()
967 static PyObject *WinObj_SetWindowTitleWithCFString(WindowObject *_self, PyObject *_args) in WinObj_SetWindowTitleWithCFString()
986 static PyObject *WinObj_CopyWindowTitleAsCFString(WindowObject *_self, PyObject *_args) in WinObj_CopyWindowTitleAsCFString()
1004 static PyObject *WinObj_SetWindowProxyFSSpec(WindowObject *_self, PyObject *_args) in WinObj_SetWindowProxyFSSpec()
1023 static PyObject *WinObj_GetWindowProxyFSSpec(WindowObject *_self, PyObject *_args) in WinObj_GetWindowProxyFSSpec()
1041 static PyObject *WinObj_SetWindowProxyAlias(WindowObject *_self, PyObject *_args) in WinObj_SetWindowProxyAlias()
1060 static PyObject *WinObj_GetWindowProxyAlias(WindowObject *_self, PyObject *_args) in WinObj_GetWindowProxyAlias()
1078 static PyObject *WinObj_SetWindowProxyCreatorAndType(WindowObject *_self, PyObject *_args) in WinObj_SetWindowProxyCreatorAndType()
1103 static PyObject *WinObj_GetWindowProxyIcon(WindowObject *_self, PyObject *_args) in WinObj_GetWindowProxyIcon()
1121 static PyObject *WinObj_SetWindowProxyIcon(WindowObject *_self, PyObject *_args) in WinObj_SetWindowProxyIcon()
1140 static PyObject *WinObj_RemoveWindowProxy(WindowObject *_self, PyObject *_args) in WinObj_RemoveWindowProxy()
1156 static PyObject *WinObj_BeginWindowProxyDrag(WindowObject *_self, PyObject *_args) in WinObj_BeginWindowProxyDrag()
1177 static PyObject *WinObj_EndWindowProxyDrag(WindowObject *_self, PyObject *_args) in WinObj_EndWindowProxyDrag()
1196 static PyObject *WinObj_TrackWindowProxyFromExistingDrag(WindowObject *_self, PyObject *_args) in WinObj_TrackWindowProxyFromExistingDrag()
1221 static PyObject *WinObj_TrackWindowProxyDrag(WindowObject *_self, PyObject *_args) in WinObj_TrackWindowProxyDrag()
1240 static PyObject *WinObj_IsWindowModified(WindowObject *_self, PyObject *_args) in WinObj_IsWindowModified()
1255 static PyObject *WinObj_SetWindowModified(WindowObject *_self, PyObject *_args) in WinObj_SetWindowModified()
1274 static PyObject *WinObj_IsWindowPathSelectClick(WindowObject *_self, PyObject *_args) in WinObj_IsWindowPathSelectClick()
1292 static PyObject *WinObj_WindowPathSelect(WindowObject *_self, PyObject *_args) in WinObj_WindowPathSelect()
1313 static PyObject *WinObj_HiliteWindowFrameForDrag(WindowObject *_self, PyObject *_args) in WinObj_HiliteWindowFrameForDrag()
1332 static PyObject *WinObj_TransitionWindow(WindowObject *_self, PyObject *_args) in WinObj_TransitionWindow()
1357 static PyObject *WinObj_TransitionWindowAndParent(WindowObject *_self, PyObject *_args) in WinObj_TransitionWindowAndParent()
1385 static PyObject *WinObj_MacMoveWindow(WindowObject *_self, PyObject *_args) in WinObj_MacMoveWindow()
1408 static PyObject *WinObj_SizeWindow(WindowObject *_self, PyObject *_args) in WinObj_SizeWindow()
1431 static PyObject *WinObj_GrowWindow(WindowObject *_self, PyObject *_args) in WinObj_GrowWindow()
1452 static PyObject *WinObj_DragWindow(WindowObject *_self, PyObject *_args) in WinObj_DragWindow()
1472 static PyObject *WinObj_ZoomWindow(WindowObject *_self, PyObject *_args) in WinObj_ZoomWindow()
1492 static PyObject *WinObj_IsWindowCollapsable(WindowObject *_self, PyObject *_args) in WinObj_IsWindowCollapsable()
1507 static PyObject *WinObj_IsWindowCollapsed(WindowObject *_self, PyObject *_args) in WinObj_IsWindowCollapsed()
1522 static PyObject *WinObj_CollapseWindow(WindowObject *_self, PyObject *_args) in WinObj_CollapseWindow()
1541 static PyObject *WinObj_GetWindowBounds(WindowObject *_self, PyObject *_args) in WinObj_GetWindowBounds()
1562 static PyObject *WinObj_ResizeWindow(WindowObject *_self, PyObject *_args) in WinObj_ResizeWindow()
1586 static PyObject *WinObj_SetWindowBounds(WindowObject *_self, PyObject *_args) in WinObj_SetWindowBounds()
1608 static PyObject *WinObj_RepositionWindow(WindowObject *_self, PyObject *_args) in WinObj_RepositionWindow()
1630 static PyObject *WinObj_MoveWindowStructure(WindowObject *_self, PyObject *_args) in WinObj_MoveWindowStructure()
1652 static PyObject *WinObj_IsWindowInStandardState(WindowObject *_self, PyObject *_args) in WinObj_IsWindowInStandardState()
1673 static PyObject *WinObj_ZoomWindowIdeal(WindowObject *_self, PyObject *_args) in WinObj_ZoomWindowIdeal()
1694 static PyObject *WinObj_GetWindowIdealUserState(WindowObject *_self, PyObject *_args) in WinObj_GetWindowIdealUserState()
1712 static PyObject *WinObj_SetWindowIdealUserState(WindowObject *_self, PyObject *_args) in WinObj_SetWindowIdealUserState()
1731 static PyObject *WinObj_GetWindowGreatestAreaDevice(WindowObject *_self, PyObject *_args) in WinObj_GetWindowGreatestAreaDevice()
1755 static PyObject *WinObj_ConstrainWindowToScreen(WindowObject *_self, PyObject *_args) in WinObj_ConstrainWindowToScreen()
1782 static PyObject *WinObj_HideWindow(WindowObject *_self, PyObject *_args) in WinObj_HideWindow()
1796 static PyObject *WinObj_MacShowWindow(WindowObject *_self, PyObject *_args) in WinObj_MacShowWindow()
1810 static PyObject *WinObj_ShowHide(WindowObject *_self, PyObject *_args) in WinObj_ShowHide()
1827 static PyObject *WinObj_MacIsWindowVisible(WindowObject *_self, PyObject *_args) in WinObj_MacIsWindowVisible()
1842 static PyObject *WinObj_ShowSheetWindow(WindowObject *_self, PyObject *_args) in WinObj_ShowSheetWindow()
1861 static PyObject *WinObj_HideSheetWindow(WindowObject *_self, PyObject *_args) in WinObj_HideSheetWindow()
1877 static PyObject *WinObj_GetSheetWindowParent(WindowObject *_self, PyObject *_args) in WinObj_GetSheetWindowParent()
1895 static PyObject *WinObj_GetWindowPropertyAttributes(WindowObject *_self, PyObject *_args) in WinObj_GetWindowPropertyAttributes()
1919 static PyObject *WinObj_ChangeWindowPropertyAttributes(WindowObject *_self, PyObject *_args) in WinObj_ChangeWindowPropertyAttributes()
1947 static PyObject *WinObj_TrackBox(WindowObject *_self, PyObject *_args) in WinObj_TrackBox()
1968 static PyObject *WinObj_TrackGoAway(WindowObject *_self, PyObject *_args) in WinObj_TrackGoAway()
1986 static PyObject *WinObj_GetWindowPort(WindowObject *_self, PyObject *_args) in WinObj_GetWindowPort()
2001 static PyObject *WinObj_GetWindowStructurePort(WindowObject *_self, PyObject *_args) in WinObj_GetWindowStructurePort()
2016 static PyObject *WinObj_GetWindowKind(WindowObject *_self, PyObject *_args) in WinObj_GetWindowKind()
2031 static PyObject *WinObj_IsWindowHilited(WindowObject *_self, PyObject *_args) in WinObj_IsWindowHilited()
2046 static PyObject *WinObj_IsWindowUpdatePending(WindowObject *_self, PyObject *_args) in WinObj_IsWindowUpdatePending()
2061 static PyObject *WinObj_MacGetNextWindow(WindowObject *_self, PyObject *_args) in WinObj_MacGetNextWindow()
2076 static PyObject *WinObj_GetWindowStandardState(WindowObject *_self, PyObject *_args) in WinObj_GetWindowStandardState()
2092 static PyObject *WinObj_GetWindowUserState(WindowObject *_self, PyObject *_args) in WinObj_GetWindowUserState()
2108 static PyObject *WinObj_SetWindowKind(WindowObject *_self, PyObject *_args) in WinObj_SetWindowKind()
2125 static PyObject *WinObj_SetWindowStandardState(WindowObject *_self, PyObject *_args) in WinObj_SetWindowStandardState()
2142 static PyObject *WinObj_SetWindowUserState(WindowObject *_self, PyObject *_args) in WinObj_SetWindowUserState()
2159 static PyObject *WinObj_SetPortWindowPort(WindowObject *_self, PyObject *_args) in WinObj_SetPortWindowPort()
2173 static PyObject *WinObj_GetWindowPortBounds(WindowObject *_self, PyObject *_args) in WinObj_GetWindowPortBounds()
2189 static PyObject *WinObj_IsWindowVisible(WindowObject *_self, PyObject *_args) in WinObj_IsWindowVisible()
2204 static PyObject *WinObj_GetWindowStructureRgn(WindowObject *_self, PyObject *_args) in WinObj_GetWindowStructureRgn()
2221 static PyObject *WinObj_GetWindowContentRgn(WindowObject *_self, PyObject *_args) in WinObj_GetWindowContentRgn()
2238 static PyObject *WinObj_GetWindowUpdateRgn(WindowObject *_self, PyObject *_args) in WinObj_GetWindowUpdateRgn()
2255 static PyObject *WinObj_GetNextWindow(WindowObject *_self, PyObject *_args) in WinObj_GetNextWindow()
2270 static PyObject *WinObj_MoveWindow(WindowObject *_self, PyObject *_args) in WinObj_MoveWindow()
2293 static PyObject *WinObj_ShowWindow(WindowObject *_self, PyObject *_args) in WinObj_ShowWindow()
2307 static PyObject *WinObj_AutoDispose(WindowObject *_self, PyObject *_args) in WinObj_AutoDispose()
2572 static int WinObj_compare(WindowObject *self, WindowObject *other) in WinObj_compare()
2579 static PyObject * WinObj_repr(WindowObject *self) in WinObj_repr()
2586 static int WinObj_hash(WindowObject *self) in WinObj_hash()
2602 ((WindowObject *)_self)->ob_itself = itself; in WinObj_tp_new()
2613 sizeof(WindowObject), /*tp_basicsize*/
3223 …if (it == NULL || !IsPointerValid((Ptr)it) || ((WindowObject *)it)->ob_itself != w || !WinObj_Chec… in WinObj_WhichWindow()
3225 ((WindowObject *)it)->ob_freeit = NULL; in WinObj_WhichWindow()