mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +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 int GrafObj_Convert(PyObject *, GrafPtr *);
|
||||
|
||||
extern PyObject *BMObj_New(BitMapPtr);
|
||||
extern int BMObj_Convert(PyObject *, BitMapPtr *);
|
||||
|
||||
extern PyObject *WinObj_WhichWindow(WindowPtr);
|
||||
"""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue