22 #ifndef DIRECTOR_LINGO_XTRAS_M_MUI_H 23 #define DIRECTOR_LINGO_XTRAS_M_MUI_H 37 extern const char *xlibName;
41 void close(ObjectType type);
43 void m_New(
int nargs);
44 void m_Initialize(
int nargs);
45 void m_Run(
int nargs);
46 void m_Stop(
int nargs);
47 void m_WindowOperation(
int nargs);
48 void m_ItemUpdate(
int nargs);
49 void m_GetWindowPropList(
int nargs);
50 void m_GetItemPropList(
int nargs);
51 void m_GetWidgetList(
int nargs);
52 void m_Alert(
int nargs);
53 void m_GetUrl(
int nargs);
54 void m_FileOpen(
int nargs);
55 void m_FileSave(
int nargs);
56 void m_MoaErrorToString(
int nargs);
Definition: lingo-object.h:37
Definition: lingo-object.h:71