mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
BitMap object support
This commit is contained in:
parent
93fa45c9c5
commit
135fb71481
1 changed files with 3 additions and 0 deletions
|
@ -119,6 +119,9 @@ extern int CtlObj_Convert(PyObject *, ControlHandle *);
|
||||||
extern PyObject *GrafObj_New(GrafPtr);
|
extern PyObject *GrafObj_New(GrafPtr);
|
||||||
extern int GrafObj_Convert(PyObject *, GrafPtr *);
|
extern int GrafObj_Convert(PyObject *, GrafPtr *);
|
||||||
|
|
||||||
|
extern PyObject *BMObj_New(BitMapPtr);
|
||||||
|
extern int BMObj_Convert(PyObject *, BitMapPtr *);
|
||||||
|
|
||||||
extern PyObject *WinObj_WhichWindow(WindowPtr);
|
extern PyObject *WinObj_WhichWindow(WindowPtr);
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue