22 #ifndef DIRECTOR_LINGO_XLIBS_COLORXOBJ_H 23 #define DIRECTOR_LINGO_XLIBS_COLORXOBJ_H 29 extern const char *
const xlibName;
30 extern const XlibFileDesc fileNames[];
33 void close(ObjectType type);
35 void m_new(
int nargs);
36 void m_dispose(
int nargs);
37 void m_setOurColors(
int nargs);
38 void m_restoreColors(
int nargs);
39 void m_getSysColor(
int nargs);
40 void m_setSysColor(
int nargs);
41 void m_setSysColorRGB(
int nargs);
42 void m_setSysColorIndex(
int nargs);
Definition: colorxobj.h:46
Definition: lingo-object.h:71