summaryrefslogtreecommitdiff
path: root/iup/include/iupole.h
blob: 8c7d4bac21dde5dce3be45e3a92d0f1c5aa067ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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