23 #ifndef DIRECTOR_LINGO_XLIBS_WINXOBJ_H 24 #define DIRECTOR_LINGO_XLIBS_WINXOBJ_H 33 namespace RearWindowXObj {
35 extern const char *xlibName;
39 void close(ObjectType type);
41 void m_new(
int nargs);
42 void m_getAppName(
int nargs);
43 void m_getMemoryNeeded(
int nargs);
44 void m_indexColorToWindow(
int nargs);
45 void m_patToWindow(
int nargs);
46 void m_rgbColorToWindow(
int nargs);
47 void m_getScreenTop(
int nargs);
48 void m_getScreenLeft(
int nargs);
49 void m_getScreenBottom(
int nargs);
50 void m_getScreenRight(
int nargs);
Definition: lingo-object.h:37
Definition: lingo-object.h:71