22 #ifndef DIRECTOR_LINGO_XLIBS_PANEL_H 23 #define DIRECTOR_LINGO_XLIBS_PANEL_H 34 extern const char *xlibName;
38 void close(ObjectType type);
40 void m_new(
int nargs);
41 void m_dispose(
int nargs);
42 void m_name(
int nargs);
43 void m_show(
int nargs);
44 void m_hide(
int nargs);
45 void m_update(
int nargs);
46 void m_move(
int nargs);
47 void m_size(
int nargs);
48 void m_drag(
int nargs);
49 void m_setValue(
int nargs);
50 void m_getValue(
int nargs);
51 void m_setHilite(
int nargs);
52 void m_getHilite(
int nargs);
53 void m_setTitle(
int nargs);
54 void m_getTitle(
int nargs);
55 void m_mouseDown(
int nargs);
56 void m_bounds(
int nargs);
Definition: lingo-object.h:37
Definition: lingo-object.h:71