summaryrefslogtreecommitdiff
path: root/iup/include/iupole.h
diff options
context:
space:
mode:
Diffstat (limited to 'iup/include/iupole.h')
-rwxr-xr-xiup/include/iupole.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/iup/include/iupole.h b/iup/include/iupole.h
new file mode 100755
index 0000000..8c7d4ba
--- /dev/null
+++ b/iup/include/iupole.h
@@ -0,0 +1,24 @@
+/** \file
+ * \brief Ole control.
+ *
+ * See Copyright Notice in "iup.h"
+ */
+
+#ifndef __IUPOLE_H
+#define __IUPOLE_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+
+Ihandle *IupOleControl(const char* progid);
+
+int IupOleControlOpen(void);
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif