return NULL;
_rv = FrontWindow();
_res = Py_BuildValue("O&",
- WinObj_New, _rv);
+ WinObj_WhichWindow, _rv);
return _res;
}
/* ========================= End module Win ========================= */
+
)
methods.append(f)
-f = Function(WindowPtr, 'FrontWindow',
+f = Function(ExistingWindowPtr, 'FrontWindow',
)
functions.append(f)
(Rect_ptr, 'boundsRect', InMode),
)
methods.append(f)
+
+
([("WindowPtr", "*", "OutMode")],
[("ExistingWindowPtr", "*", "*")]),
+
+ ([("WindowPtr", "FrontWindow", "ReturnMode")],
+ [("ExistingWindowPtr", "*", "*")]),
]
if __name__ == "__main__":
main()
+