mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
pymactoolbox.h contains protoypes for all externally visible toolbox module
functions. Include it in stead of duplicating the declarations everywhere. Also cleaned up toolbox module exports, and got rid of resNotFound error.
This commit is contained in:
parent
41e25cc317
commit
9d8b96c850
45 changed files with 244 additions and 916 deletions
|
@ -24,12 +24,10 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
#include <ColorPicker.h>
|
||||
#include "Python.h"
|
||||
#include "macglue.h"
|
||||
#include "pymactoolbox.h"
|
||||
|
||||
/* ----------------------------------------------------- */
|
||||
|
||||
extern QdRGB_Convert(PyObject *v, RGBColorPtr p_itself);
|
||||
extern PyObject *QdRGB_New(RGBColorPtr itself);
|
||||
|
||||
static char cp_GetColor__doc__[] =
|
||||
"GetColor(prompt, (r, g, b)) -> (r, g, b), ok"
|
||||
;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue