ruby-iup 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +1 -1
- data/examples/ctrl/degrade.rb +5 -2
- data/examples/ctrl/iupgauge.rb +5 -5
- data/examples/ctrl/iupplot2.rb +2 -5
- data/examples/dlg/iupalarm.rb +3 -1
- data/examples/elem/iupbutton.rb +42 -59
- data/examples/elem/iupcanvas.rb +4 -2
- data/examples/elem/iupcanvas2.rb +9 -8
- data/examples/elem/iupcanvas3.rb +19 -29
- data/examples/elem/iupdialog.rb +3 -7
- data/examples/elem/progressbar.rb +104 -118
- data/ext/iup-linux/include/cd.h +494 -494
- data/ext/iup-linux/include/cd_canvas.hpp +358 -358
- data/ext/iup-linux/include/cd_old.h +158 -158
- data/ext/iup-linux/include/cd_private.h +362 -362
- data/ext/iup-linux/include/cdcgm.h +34 -34
- data/ext/iup-linux/include/cdclipbd.h +22 -22
- data/ext/iup-linux/include/cddbuf.h +23 -23
- data/ext/iup-linux/include/cddebug.h +24 -24
- data/ext/iup-linux/include/cddgn.h +23 -23
- data/ext/iup-linux/include/cddxf.h +22 -22
- data/ext/iup-linux/include/cdemf.h +22 -22
- data/ext/iup-linux/include/cdgdiplus.h +29 -29
- data/ext/iup-linux/include/cdimage.h +23 -23
- data/ext/iup-linux/include/cdirgb.h +30 -30
- data/ext/iup-linux/include/cdiup.h +22 -22
- data/ext/iup-linux/include/cdlua.h +39 -39
- data/ext/iup-linux/include/cdlua3_private.h +120 -120
- data/ext/iup-linux/include/cdlua5_private.h +141 -141
- data/ext/iup-linux/include/cdluaim.h +24 -24
- data/ext/iup-linux/include/cdluaiup.h +27 -27
- data/ext/iup-linux/include/cdluapdf.h +27 -27
- data/ext/iup-linux/include/cdmf.h +24 -24
- data/ext/iup-linux/include/cdmf_private.h +32 -32
- data/ext/iup-linux/include/cdnative.h +26 -26
- data/ext/iup-linux/include/cdpdf.h +38 -38
- data/ext/iup-linux/include/cdpicture.h +22 -22
- data/ext/iup-linux/include/cdprint.h +23 -23
- data/ext/iup-linux/include/cdps.h +37 -37
- data/ext/iup-linux/include/cdwmf.h +22 -22
- data/ext/iup-linux/include/iup.h +318 -255
- data/ext/iup-linux/include/iup_pplot.h +40 -40
- data/ext/iup-linux/include/iupcb.h +25 -25
- data/ext/iup-linux/include/iupcbs.h +43 -42
- data/ext/iup-linux/include/iupcells.h +130 -130
- data/ext/iup-linux/include/iupcolorbar.h +126 -126
- data/ext/iup-linux/include/iupcontrols.h +36 -40
- data/ext/iup-linux/include/iupdef.h +520 -520
- data/ext/iup-linux/include/iupdial.h +63 -64
- data/ext/iup-linux/include/iupgauge.h +57 -57
- data/ext/iup-linux/include/iupgetparam.h +1 -1
- data/ext/iup-linux/include/iupgl.h +101 -101
- data/ext/iup-linux/include/iupim.h +21 -21
- data/ext/iup-linux/include/iupkey.h +457 -290
- data/ext/iup-linux/include/iuplua.h +41 -41
- data/ext/iup-linux/include/iuplua_pplot.h +26 -26
- data/ext/iup-linux/include/iupluacontrols.h +27 -27
- data/ext/iup-linux/include/iupluagl.h +26 -26
- data/ext/iup-linux/include/iupluaim.h +26 -26
- data/ext/iup-linux/include/iupluaole.h +26 -26
- data/ext/iup-linux/include/iupmask.h +40 -52
- data/ext/iup-linux/include/iupmatrix.h +63 -69
- data/ext/iup-linux/include/iupole.h +24 -24
- data/ext/iup-linux/include/iupspin.h +21 -21
- data/ext/iup-linux/include/iuptabs.h +75 -79
- data/ext/iup-linux/include/iuptree.h +93 -93
- data/ext/iup-linux/include/iupval.h +46 -46
- data/ext/iup-linux/include/wd.h +78 -78
- data/ext/iup-linux/include/wd_old.h +85 -85
- data/ext/iup-linux/libcd.so +0 -0
- data/ext/iup-linux/libcdcontextplus.so +0 -0
- data/ext/iup-linux/libcdpdf.so +0 -0
- data/ext/iup-linux/libim.so +0 -0
- data/ext/iup-linux/libim_fftw.so +0 -0
- data/ext/iup-linux/libim_jp2.so +0 -0
- data/ext/iup-linux/libim_process.so +0 -0
- data/ext/iup-linux/libiup.so +0 -0
- data/ext/iup-linux/libiup_pplot.so +0 -0
- data/ext/iup-linux/libiupcontrols.so +0 -0
- data/ext/iup-linux/libiupgl.so +0 -0
- data/ext/iup-linux/libiupim.so +0 -0
- data/ext/iup-linux/libiupimglib.so +0 -0
- data/ext/iup-linux/libiupmot.so +0 -0
- data/ext/iup-win32/cd.dll +0 -0
- data/ext/iup-win32/cd.lib +0 -0
- data/ext/iup-win32/cdcontextplus.dll +0 -0
- data/ext/iup-win32/cdcontextplus.lib +0 -0
- data/ext/iup-win32/cdpdf.dll +0 -0
- data/ext/iup-win32/cdpdf.lib +0 -0
- data/ext/iup-win32/freetype6.dll +0 -0
- data/ext/iup-win32/freetype6.lib +0 -0
- data/ext/iup-win32/im.dll +0 -0
- data/ext/iup-win32/im.lib +0 -0
- data/ext/iup-win32/im_avi.dll +0 -0
- data/ext/iup-win32/im_avi.lib +0 -0
- data/ext/iup-win32/im_capture.dll +0 -0
- data/ext/iup-win32/im_capture.lib +0 -0
- data/ext/iup-win32/im_fftw.dll +0 -0
- data/ext/iup-win32/im_fftw.lib +0 -0
- data/ext/iup-win32/im_jp2.dll +0 -0
- data/ext/iup-win32/im_jp2.lib +0 -0
- data/ext/iup-win32/im_process.dll +0 -0
- data/ext/iup-win32/im_process.lib +0 -0
- data/ext/iup-win32/im_wmv.dll +0 -0
- data/ext/iup-win32/im_wmv.lib +0 -0
- data/ext/iup-win32/imlua_capture51.dll +0 -0
- data/ext/iup-win32/imlua_capture51.lib +0 -0
- data/ext/iup-win32/imlua_wmv51.dll +0 -0
- data/ext/iup-win32/imlua_wmv51.lib +0 -0
- data/ext/iup-win32/include/cd.h +494 -494
- data/ext/iup-win32/include/cd_canvas.hpp +358 -358
- data/ext/iup-win32/include/cd_old.h +158 -158
- data/ext/iup-win32/include/cd_private.h +362 -362
- data/ext/iup-win32/include/cdcgm.h +34 -34
- data/ext/iup-win32/include/cdclipbd.h +22 -22
- data/ext/iup-win32/include/cddbuf.h +23 -23
- data/ext/iup-win32/include/cddebug.h +24 -24
- data/ext/iup-win32/include/cddgn.h +23 -23
- data/ext/iup-win32/include/cddxf.h +22 -22
- data/ext/iup-win32/include/cdemf.h +22 -22
- data/ext/iup-win32/include/cdgdiplus.h +29 -29
- data/ext/iup-win32/include/cdimage.h +23 -23
- data/ext/iup-win32/include/cdirgb.h +30 -30
- data/ext/iup-win32/include/cdiup.h +22 -22
- data/ext/iup-win32/include/cdlua.h +39 -39
- data/ext/iup-win32/include/cdlua3_private.h +120 -120
- data/ext/iup-win32/include/cdlua5_private.h +141 -141
- data/ext/iup-win32/include/cdluaim.h +24 -24
- data/ext/iup-win32/include/cdluaiup.h +27 -27
- data/ext/iup-win32/include/cdluapdf.h +27 -27
- data/ext/iup-win32/include/cdmf.h +24 -24
- data/ext/iup-win32/include/cdmf_private.h +32 -32
- data/ext/iup-win32/include/cdnative.h +26 -26
- data/ext/iup-win32/include/cdpdf.h +38 -38
- data/ext/iup-win32/include/cdpicture.h +22 -22
- data/ext/iup-win32/include/cdprint.h +23 -23
- data/ext/iup-win32/include/cdps.h +37 -37
- data/ext/iup-win32/include/cdwmf.h +22 -22
- data/ext/iup-win32/include/iup.h +318 -255
- data/ext/iup-win32/include/iup_pplot.h +40 -40
- data/ext/iup-win32/include/iupcb.h +25 -25
- data/ext/iup-win32/include/iupcbs.h +43 -42
- data/ext/iup-win32/include/iupcells.h +130 -130
- data/ext/iup-win32/include/iupcolorbar.h +126 -126
- data/ext/iup-win32/include/iupcontrols.h +36 -40
- data/ext/iup-win32/include/iupdef.h +520 -520
- data/ext/iup-win32/include/iupdial.h +63 -64
- data/ext/iup-win32/include/iupgauge.h +57 -57
- data/ext/iup-win32/include/iupgetparam.h +1 -1
- data/ext/iup-win32/include/iupgl.h +101 -101
- data/ext/iup-win32/include/iupim.h +21 -21
- data/ext/iup-win32/include/iupkey.h +457 -290
- data/ext/iup-win32/include/iuplua.h +41 -41
- data/ext/iup-win32/include/iuplua_pplot.h +26 -26
- data/ext/iup-win32/include/iupluacontrols.h +27 -27
- data/ext/iup-win32/include/iupluagl.h +26 -26
- data/ext/iup-win32/include/iupluaim.h +26 -26
- data/ext/iup-win32/include/iupluaole.h +26 -26
- data/ext/iup-win32/include/iupmask.h +40 -52
- data/ext/iup-win32/include/iupmatrix.h +63 -69
- data/ext/iup-win32/include/iupole.h +24 -24
- data/ext/iup-win32/include/iupspin.h +21 -21
- data/ext/iup-win32/include/iuptabs.h +75 -79
- data/ext/iup-win32/include/iuptree.h +93 -93
- data/ext/iup-win32/include/iupval.h +46 -46
- data/ext/iup-win32/include/wd.h +78 -78
- data/ext/iup-win32/include/wd_old.h +85 -85
- data/ext/iup-win32/iup.dll +0 -0
- data/ext/iup-win32/iup.lib +0 -0
- data/ext/iup-win32/iup_pplot.dll +0 -0
- data/ext/iup-win32/iup_pplot.lib +0 -0
- data/ext/iup-win32/iupcd.dll +0 -0
- data/ext/iup-win32/iupcd.lib +0 -0
- data/ext/iup-win32/iupcontrols.dll +0 -0
- data/ext/iup-win32/iupcontrols.lib +0 -0
- data/ext/iup-win32/iupgl.dll +0 -0
- data/ext/iup-win32/iupgl.lib +0 -0
- data/ext/iup-win32/iupgtk.dll +0 -0
- data/ext/iup-win32/iupgtk.lib +0 -0
- data/ext/iup-win32/iupim.dll +0 -0
- data/ext/iup-win32/iupim.lib +0 -0
- data/ext/iup-win32/iupimglib.dll +0 -0
- data/ext/iup-win32/iupimglib.lib +0 -0
- data/ext/iup-win32/iupole.dll +0 -0
- data/ext/iup-win32/iupole.lib +0 -0
- data/ext/iup-win32/iupstub.lib +0 -0
- data/ext/iup-win32/pdflib.dll +0 -0
- data/ext/iup-win32/pdflib.lib +0 -0
- data/ext/iup.c +3 -351
- data/ext/rb_iup.h +48 -15
- data/ext/rb_iupcb.h +1 -0
- data/ext/rb_iupcells.h +1 -0
- data/ext/rb_iupcolorbar.h +1 -4
- data/ext/rb_iupcontrols.h +0 -5
- data/ext/rb_iupdial.h +1 -0
- data/ext/rb_iupgauge.h +1 -0
- data/ext/rb_iupgc.h +0 -1
- data/ext/rb_iupmatrix.h +1 -0
- data/ext/rb_iupsbox.h +0 -1
- data/ext/rb_iuptabs.h +1 -0
- data/ext/rb_iuptree.h +1 -0
- data/ext/rb_iupval.h +1 -0
- metadata +16 -29
- data/ext/iup-linux/include/iupcbox.h +0 -23
- data/ext/iup-linux/include/iupcompat.h +0 -62
- data/ext/iup-linux/include/iupcpi.h +0 -76
- data/ext/iup-linux/include/iupgc.h +0 -20
- data/ext/iup-linux/include/iupsbox.h +0 -20
- data/ext/iup-linux/include/iupspeech.h +0 -23
- data/ext/iup-linux/libcdluacontextplus51.so +0 -0
- data/ext/iup-win32/cdlua51.lib +0 -0
- data/ext/iup-win32/cdluacontextplus51.lib +0 -0
- data/ext/iup-win32/cdluaim51.lib +0 -0
- data/ext/iup-win32/cdluapdf51.lib +0 -0
- data/ext/iup-win32/include/iupcbox.h +0 -23
- data/ext/iup-win32/include/iupcompat.h +0 -62
- data/ext/iup-win32/include/iupcpi.h +0 -76
- data/ext/iup-win32/include/iupgc.h +0 -20
- data/ext/iup-win32/include/iupsbox.h +0 -20
- data/ext/iup-win32/include/iupspeech.h +0 -23
- data/ext/iup-win32/iuplua51.lib +0 -0
- data/ext/iup-win32/iuplua_pplot51.lib +0 -0
- data/ext/iup-win32/iupluacd51.lib +0 -0
- data/ext/iup-win32/iupluacontrols51.lib +0 -0
- data/ext/iup-win32/iupluagl51.lib +0 -0
- data/ext/iup-win32/iupluaim51.lib +0 -0
- data/ext/iup-win32/iupluaimglib51.lib +0 -0
- data/ext/iup-win32/iupluaole51.lib +0 -0
- data/ext/rb_iupcbox.h +0 -40
- data/ext/rb_iupspeech.h +0 -25
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
/** \file
|
|
2
|
-
* \brief IUP Binding for Lua.
|
|
3
|
-
*
|
|
4
|
-
* See Copyright Notice in iup.h
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
#ifndef __IUPLUA_H
|
|
8
|
-
#define __IUPLUA_H
|
|
9
|
-
|
|
10
|
-
#ifdef __cplusplus
|
|
11
|
-
extern "C" {
|
|
12
|
-
#endif
|
|
13
|
-
|
|
14
|
-
#ifdef LUA_NOOBJECT /* Lua 3 */
|
|
15
|
-
int iuplua_open (void);
|
|
16
|
-
int iupkey_open (void);
|
|
17
|
-
|
|
18
|
-
/* utilities */
|
|
19
|
-
Ihandle* iuplua_checkihandle(int pos);
|
|
20
|
-
void iuplua_pushihandle(Ihandle *n);
|
|
21
|
-
int iuplua_dofile (char *filename);
|
|
22
|
-
#endif
|
|
23
|
-
|
|
24
|
-
#ifdef LUA_TNONE /* Lua 5 */
|
|
25
|
-
int iuplua_open(lua_State *L);
|
|
26
|
-
int iupkey_open(lua_State *L);
|
|
27
|
-
int iuplua_close(lua_State * L);
|
|
28
|
-
|
|
29
|
-
/* utilities */
|
|
30
|
-
Ihandle* iuplua_checkihandle(lua_State *L, int pos);
|
|
31
|
-
void iuplua_pushihandle(lua_State *L, Ihandle *n);
|
|
32
|
-
int iuplua_dofile(lua_State *L, const char *filename);
|
|
33
|
-
int iuplua_dostring(lua_State *L, const char *string, const char *chunk_name);
|
|
34
|
-
|
|
35
|
-
#endif
|
|
36
|
-
|
|
37
|
-
#ifdef __cplusplus
|
|
38
|
-
}
|
|
39
|
-
#endif
|
|
40
|
-
|
|
41
|
-
#endif
|
|
1
|
+
/** \file
|
|
2
|
+
* \brief IUP Binding for Lua.
|
|
3
|
+
*
|
|
4
|
+
* See Copyright Notice in "iup.h"
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
#ifndef __IUPLUA_H
|
|
8
|
+
#define __IUPLUA_H
|
|
9
|
+
|
|
10
|
+
#ifdef __cplusplus
|
|
11
|
+
extern "C" {
|
|
12
|
+
#endif
|
|
13
|
+
|
|
14
|
+
#ifdef LUA_NOOBJECT /* Lua 3 */
|
|
15
|
+
int iuplua_open (void);
|
|
16
|
+
int iupkey_open (void);
|
|
17
|
+
|
|
18
|
+
/* utilities */
|
|
19
|
+
Ihandle* iuplua_checkihandle(int pos);
|
|
20
|
+
void iuplua_pushihandle(Ihandle *n);
|
|
21
|
+
int iuplua_dofile (char *filename);
|
|
22
|
+
#endif
|
|
23
|
+
|
|
24
|
+
#ifdef LUA_TNONE /* Lua 5 */
|
|
25
|
+
int iuplua_open(lua_State *L);
|
|
26
|
+
int iupkey_open(lua_State *L);
|
|
27
|
+
int iuplua_close(lua_State * L);
|
|
28
|
+
|
|
29
|
+
/* utilities */
|
|
30
|
+
Ihandle* iuplua_checkihandle(lua_State *L, int pos);
|
|
31
|
+
void iuplua_pushihandle(lua_State *L, Ihandle *n);
|
|
32
|
+
int iuplua_dofile(lua_State *L, const char *filename);
|
|
33
|
+
int iuplua_dostring(lua_State *L, const char *string, const char *chunk_name);
|
|
34
|
+
|
|
35
|
+
#endif
|
|
36
|
+
|
|
37
|
+
#ifdef __cplusplus
|
|
38
|
+
}
|
|
39
|
+
#endif
|
|
40
|
+
|
|
41
|
+
#endif
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
/** \file
|
|
2
|
-
* \brief iup_pplot Binding for Lua.
|
|
3
|
-
*
|
|
4
|
-
* See Copyright Notice in iup.h
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
#ifndef __IUPLUA_PPLOT_H
|
|
8
|
-
#define __IUPLUA_PPLOT_H
|
|
9
|
-
|
|
10
|
-
#ifdef __cplusplus
|
|
11
|
-
extern "C" {
|
|
12
|
-
#endif
|
|
13
|
-
|
|
14
|
-
#ifdef LUA_NOOBJECT /* Lua 3 */
|
|
15
|
-
int iup_pplotlua_open (void);
|
|
16
|
-
#endif
|
|
17
|
-
|
|
18
|
-
#ifdef LUA_TNONE /* Lua 5 */
|
|
19
|
-
int iup_pplotlua_open (lua_State * L);
|
|
20
|
-
#endif
|
|
21
|
-
|
|
22
|
-
#ifdef __cplusplus
|
|
23
|
-
}
|
|
24
|
-
#endif
|
|
25
|
-
|
|
26
|
-
#endif
|
|
1
|
+
/** \file
|
|
2
|
+
* \brief iup_pplot Binding for Lua.
|
|
3
|
+
*
|
|
4
|
+
* See Copyright Notice in "iup.h"
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
#ifndef __IUPLUA_PPLOT_H
|
|
8
|
+
#define __IUPLUA_PPLOT_H
|
|
9
|
+
|
|
10
|
+
#ifdef __cplusplus
|
|
11
|
+
extern "C" {
|
|
12
|
+
#endif
|
|
13
|
+
|
|
14
|
+
#ifdef LUA_NOOBJECT /* Lua 3 */
|
|
15
|
+
int iup_pplotlua_open (void);
|
|
16
|
+
#endif
|
|
17
|
+
|
|
18
|
+
#ifdef LUA_TNONE /* Lua 5 */
|
|
19
|
+
int iup_pplotlua_open (lua_State * L);
|
|
20
|
+
#endif
|
|
21
|
+
|
|
22
|
+
#ifdef __cplusplus
|
|
23
|
+
}
|
|
24
|
+
#endif
|
|
25
|
+
|
|
26
|
+
#endif
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
/** \file
|
|
2
|
-
* \brief iupcontrols Binding for Lua.
|
|
3
|
-
*
|
|
4
|
-
* See Copyright Notice in iup.h
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
#ifndef __IUPLUACONTROLS_H
|
|
8
|
-
#define __IUPLUACONTROLS_H
|
|
9
|
-
|
|
10
|
-
#ifdef __cplusplus
|
|
11
|
-
extern "C" {
|
|
12
|
-
#endif
|
|
13
|
-
|
|
14
|
-
#ifdef LUA_NOOBJECT /* Lua 3 */
|
|
15
|
-
int iupcontrolslua_open (void);
|
|
16
|
-
#endif
|
|
17
|
-
|
|
18
|
-
#ifdef LUA_TNONE /* Lua 5 */
|
|
19
|
-
int iupcontrolslua_open (lua_State * L);
|
|
20
|
-
int iupcontrolslua_close(lua_State * L);
|
|
21
|
-
#endif
|
|
22
|
-
|
|
23
|
-
#ifdef __cplusplus
|
|
24
|
-
}
|
|
25
|
-
#endif
|
|
26
|
-
|
|
27
|
-
#endif
|
|
1
|
+
/** \file
|
|
2
|
+
* \brief iupcontrols Binding for Lua.
|
|
3
|
+
*
|
|
4
|
+
* See Copyright Notice in "iup.h"
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
#ifndef __IUPLUACONTROLS_H
|
|
8
|
+
#define __IUPLUACONTROLS_H
|
|
9
|
+
|
|
10
|
+
#ifdef __cplusplus
|
|
11
|
+
extern "C" {
|
|
12
|
+
#endif
|
|
13
|
+
|
|
14
|
+
#ifdef LUA_NOOBJECT /* Lua 3 */
|
|
15
|
+
int iupcontrolslua_open (void);
|
|
16
|
+
#endif
|
|
17
|
+
|
|
18
|
+
#ifdef LUA_TNONE /* Lua 5 */
|
|
19
|
+
int iupcontrolslua_open (lua_State * L);
|
|
20
|
+
int iupcontrolslua_close(lua_State * L);
|
|
21
|
+
#endif
|
|
22
|
+
|
|
23
|
+
#ifdef __cplusplus
|
|
24
|
+
}
|
|
25
|
+
#endif
|
|
26
|
+
|
|
27
|
+
#endif
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
/** \file
|
|
2
|
-
* \brief Binding of iupglcanvas to Lua.
|
|
3
|
-
*
|
|
4
|
-
* See Copyright Notice in iup.h
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
#ifndef __IUPLUAGL_H
|
|
8
|
-
#define __IUPLUAGL_H
|
|
9
|
-
|
|
10
|
-
#ifdef __cplusplus
|
|
11
|
-
extern "C" {
|
|
12
|
-
#endif
|
|
13
|
-
|
|
14
|
-
#ifdef LUA_NOOBJECT /* Lua 3 */
|
|
15
|
-
int iupgllua_open(void);
|
|
16
|
-
#endif
|
|
17
|
-
|
|
18
|
-
#ifdef LUA_TNONE /* Lua 5 */
|
|
19
|
-
int iupgllua_open (lua_State * L);
|
|
20
|
-
#endif
|
|
21
|
-
|
|
22
|
-
#ifdef __cplusplus
|
|
23
|
-
}
|
|
24
|
-
#endif
|
|
25
|
-
|
|
26
|
-
#endif
|
|
1
|
+
/** \file
|
|
2
|
+
* \brief Binding of iupglcanvas to Lua.
|
|
3
|
+
*
|
|
4
|
+
* See Copyright Notice in "iup.h"
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
#ifndef __IUPLUAGL_H
|
|
8
|
+
#define __IUPLUAGL_H
|
|
9
|
+
|
|
10
|
+
#ifdef __cplusplus
|
|
11
|
+
extern "C" {
|
|
12
|
+
#endif
|
|
13
|
+
|
|
14
|
+
#ifdef LUA_NOOBJECT /* Lua 3 */
|
|
15
|
+
int iupgllua_open(void);
|
|
16
|
+
#endif
|
|
17
|
+
|
|
18
|
+
#ifdef LUA_TNONE /* Lua 5 */
|
|
19
|
+
int iupgllua_open (lua_State * L);
|
|
20
|
+
#endif
|
|
21
|
+
|
|
22
|
+
#ifdef __cplusplus
|
|
23
|
+
}
|
|
24
|
+
#endif
|
|
25
|
+
|
|
26
|
+
#endif
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
/** \file
|
|
2
|
-
* \brief Bindig of iupim functions to Lua.
|
|
3
|
-
*
|
|
4
|
-
* See Copyright Notice in iup.h
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
#ifndef __IUPLUAIM_H
|
|
8
|
-
#define __IUPLUAIM_H
|
|
9
|
-
|
|
10
|
-
#ifdef __cplusplus
|
|
11
|
-
extern "C" {
|
|
12
|
-
#endif
|
|
13
|
-
|
|
14
|
-
#ifdef LUA_NOOBJECT /* Lua 3 */
|
|
15
|
-
void iupimlua_open(void);
|
|
16
|
-
#endif
|
|
17
|
-
|
|
18
|
-
#ifdef LUA_TNONE /* Lua 5 */
|
|
19
|
-
int iupimlua_open(lua_State * L);
|
|
20
|
-
#endif
|
|
21
|
-
|
|
22
|
-
#ifdef __cplusplus
|
|
23
|
-
}
|
|
24
|
-
#endif
|
|
25
|
-
|
|
26
|
-
#endif
|
|
1
|
+
/** \file
|
|
2
|
+
* \brief Bindig of iupim functions to Lua.
|
|
3
|
+
*
|
|
4
|
+
* See Copyright Notice in "iup.h"
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
#ifndef __IUPLUAIM_H
|
|
8
|
+
#define __IUPLUAIM_H
|
|
9
|
+
|
|
10
|
+
#ifdef __cplusplus
|
|
11
|
+
extern "C" {
|
|
12
|
+
#endif
|
|
13
|
+
|
|
14
|
+
#ifdef LUA_NOOBJECT /* Lua 3 */
|
|
15
|
+
void iupimlua_open(void);
|
|
16
|
+
#endif
|
|
17
|
+
|
|
18
|
+
#ifdef LUA_TNONE /* Lua 5 */
|
|
19
|
+
int iupimlua_open(lua_State * L);
|
|
20
|
+
#endif
|
|
21
|
+
|
|
22
|
+
#ifdef __cplusplus
|
|
23
|
+
}
|
|
24
|
+
#endif
|
|
25
|
+
|
|
26
|
+
#endif
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
/** \file
|
|
2
|
-
* \brief Binding of iupolecontrol to Lua.
|
|
3
|
-
*
|
|
4
|
-
* See Copyright Notice in iup.h
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
#ifndef __IUPLUAOLE_H
|
|
8
|
-
#define __IUPLUAOLE_H
|
|
9
|
-
|
|
10
|
-
#ifdef __cplusplus
|
|
11
|
-
extern "C" {
|
|
12
|
-
#endif
|
|
13
|
-
|
|
14
|
-
#ifdef LUA_NOOBJECT /* Lua 3 */
|
|
15
|
-
int iupolelua_open(void);
|
|
16
|
-
#endif
|
|
17
|
-
|
|
18
|
-
#ifdef LUA_TNONE /* Lua 5 */
|
|
19
|
-
int iupolelua_open (lua_State * L);
|
|
20
|
-
#endif
|
|
21
|
-
|
|
22
|
-
#ifdef __cplusplus
|
|
23
|
-
}
|
|
24
|
-
#endif
|
|
25
|
-
|
|
26
|
-
#endif
|
|
1
|
+
/** \file
|
|
2
|
+
* \brief Binding of iupolecontrol to Lua.
|
|
3
|
+
*
|
|
4
|
+
* See Copyright Notice in "iup.h"
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
#ifndef __IUPLUAOLE_H
|
|
8
|
+
#define __IUPLUAOLE_H
|
|
9
|
+
|
|
10
|
+
#ifdef __cplusplus
|
|
11
|
+
extern "C" {
|
|
12
|
+
#endif
|
|
13
|
+
|
|
14
|
+
#ifdef LUA_NOOBJECT /* Lua 3 */
|
|
15
|
+
int iupolelua_open(void);
|
|
16
|
+
#endif
|
|
17
|
+
|
|
18
|
+
#ifdef LUA_TNONE /* Lua 5 */
|
|
19
|
+
int iupolelua_open (lua_State * L);
|
|
20
|
+
#endif
|
|
21
|
+
|
|
22
|
+
#ifdef __cplusplus
|
|
23
|
+
}
|
|
24
|
+
#endif
|
|
25
|
+
|
|
26
|
+
#endif
|
|
@@ -1,52 +1,40 @@
|
|
|
1
|
-
/** \file
|
|
2
|
-
* \brief iupmask functions.
|
|
3
|
-
*
|
|
4
|
-
* See Copyright Notice in iup.h
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
#ifndef
|
|
8
|
-
#define
|
|
9
|
-
|
|
10
|
-
#ifdef __cplusplus
|
|
11
|
-
extern "C" {
|
|
12
|
-
#endif
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
int
|
|
23
|
-
int
|
|
24
|
-
int
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
int
|
|
28
|
-
|
|
29
|
-
int
|
|
30
|
-
int
|
|
31
|
-
int
|
|
32
|
-
int
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
int iupmaskMatCheck (Ihandle *h, int lin, int col);
|
|
42
|
-
|
|
43
|
-
int iupmaskMatGet (Ihandle *h, char **val, int lin, int col);
|
|
44
|
-
int iupmaskMatGetFloat (Ihandle *h, float *fval, int lin, int col);
|
|
45
|
-
int iupmaskMatGetDouble(Ihandle *h, double *dval, int lin, int col);
|
|
46
|
-
int iupmaskMatGetInt (Ihandle *h, int *ival, int lin, int col);
|
|
47
|
-
|
|
48
|
-
#ifdef __cplusplus
|
|
49
|
-
}
|
|
50
|
-
#endif
|
|
51
|
-
|
|
52
|
-
#endif
|
|
1
|
+
/** \file
|
|
2
|
+
* \brief iupmask functions.
|
|
3
|
+
*
|
|
4
|
+
* See Copyright Notice in "iup.h"
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
#ifndef __IUP_OLDMASK_H
|
|
8
|
+
#define __IUP_OLDMASK_H
|
|
9
|
+
|
|
10
|
+
#ifdef __cplusplus
|
|
11
|
+
extern "C" {
|
|
12
|
+
#endif
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
/* OLD definitions */
|
|
16
|
+
int iupmaskSet (Ihandle *h, const char *mask, int autofill, int casei);
|
|
17
|
+
int iupmaskSetInt (Ihandle *h, int autofill, int min , int max);
|
|
18
|
+
int iupmaskSetFloat(Ihandle *h, int autofill, float min , float max);
|
|
19
|
+
void iupmaskRemove (Ihandle *h);
|
|
20
|
+
int iupmaskCheck (Ihandle *h);
|
|
21
|
+
int iupmaskGet (Ihandle *h, char **val);
|
|
22
|
+
int iupmaskGetFloat (Ihandle *h, float *fval);
|
|
23
|
+
int iupmaskGetDouble(Ihandle *h, double *dval);
|
|
24
|
+
int iupmaskGetInt (Ihandle *h, int *ival);
|
|
25
|
+
int iupmaskMatSet (Ihandle *h, const char *mask, int autofill, int casei, int lin, int col);
|
|
26
|
+
int iupmaskMatSetInt (Ihandle *h, int autofill, int min, int max, int lin, int col);
|
|
27
|
+
int iupmaskMatSetFloat(Ihandle *h, int autofill, float min, float max, int lin, int col);
|
|
28
|
+
void iupmaskMatRemove (Ihandle *h, int lin, int col);
|
|
29
|
+
int iupmaskMatCheck (Ihandle *h, int lin, int col);
|
|
30
|
+
int iupmaskMatGet (Ihandle *h, char **val, int lin, int col);
|
|
31
|
+
int iupmaskMatGetFloat (Ihandle *h, float *fval, int lin, int col);
|
|
32
|
+
int iupmaskMatGetDouble(Ihandle *h, double *dval, int lin, int col);
|
|
33
|
+
int iupmaskMatGetInt (Ihandle *h, int *ival, int lin, int col);
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
#ifdef __cplusplus
|
|
37
|
+
}
|
|
38
|
+
#endif
|
|
39
|
+
|
|
40
|
+
#endif
|
|
@@ -1,69 +1,63 @@
|
|
|
1
|
-
/** \file
|
|
2
|
-
* \brief iupmatrix control.
|
|
3
|
-
*
|
|
4
|
-
* See Copyright Notice in iup.h
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
#ifndef __IUPMATRIX_H
|
|
8
|
-
#define __IUPMATRIX_H
|
|
9
|
-
|
|
10
|
-
#ifdef __cplusplus
|
|
11
|
-
extern "C" {
|
|
12
|
-
#endif
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
*
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
Ihandle*
|
|
20
|
-
|
|
21
|
-
void
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
#define
|
|
30
|
-
#define
|
|
31
|
-
#define
|
|
32
|
-
#define
|
|
33
|
-
#define
|
|
34
|
-
#define
|
|
35
|
-
#define
|
|
36
|
-
#define
|
|
37
|
-
#define
|
|
38
|
-
#define
|
|
39
|
-
#define
|
|
40
|
-
#define
|
|
41
|
-
#define
|
|
42
|
-
#define
|
|
43
|
-
#define
|
|
44
|
-
#define
|
|
45
|
-
#define
|
|
46
|
-
#define
|
|
47
|
-
#define
|
|
48
|
-
#define
|
|
49
|
-
#define
|
|
50
|
-
#define
|
|
51
|
-
#define
|
|
52
|
-
#define
|
|
53
|
-
#define
|
|
54
|
-
#define
|
|
55
|
-
#define
|
|
56
|
-
#define
|
|
57
|
-
#define
|
|
58
|
-
|
|
59
|
-
#
|
|
60
|
-
|
|
61
|
-
#
|
|
62
|
-
|
|
63
|
-
#
|
|
64
|
-
|
|
65
|
-
#ifdef __cplusplus
|
|
66
|
-
}
|
|
67
|
-
#endif
|
|
68
|
-
|
|
69
|
-
#endif
|
|
1
|
+
/** \file
|
|
2
|
+
* \brief iupmatrix control.
|
|
3
|
+
*
|
|
4
|
+
* See Copyright Notice in "iup.h"
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
#ifndef __IUPMATRIX_H
|
|
8
|
+
#define __IUPMATRIX_H
|
|
9
|
+
|
|
10
|
+
#ifdef __cplusplus
|
|
11
|
+
extern "C" {
|
|
12
|
+
#endif
|
|
13
|
+
|
|
14
|
+
Ihandle* IupMatrix(const char *action);
|
|
15
|
+
|
|
16
|
+
void IupMatSetAttribute (Ihandle* ih, const char* a, int l, int c, char* v);
|
|
17
|
+
void IupMatStoreAttribute(Ihandle* ih, const char* a, int l, int c, char* v);
|
|
18
|
+
char* IupMatGetAttribute (Ihandle* ih, const char* a, int l, int c);
|
|
19
|
+
int IupMatGetInt (Ihandle* ih, const char* a, int l, int c);
|
|
20
|
+
float IupMatGetFloat (Ihandle* ih, const char* a, int l, int c);
|
|
21
|
+
void IupMatSetfAttribute (Ihandle* ih, const char* a, int l, int c, char* f, ...);
|
|
22
|
+
|
|
23
|
+
#define IUP_ENTERITEM_CB "ENTERITEM_CB"
|
|
24
|
+
#define IUP_LEAVEITEM_CB "LEAVEITEM_CB"
|
|
25
|
+
#define IUP_EDITION_CB "EDITION_CB"
|
|
26
|
+
#define IUP_CLICK_CB "CLICK_CB"
|
|
27
|
+
#define IUP_DROP_CB "DROP_CB"
|
|
28
|
+
#define IUP_DROPSELECT_CB "DROPSELECT_CB"
|
|
29
|
+
#define IUP_DROPCHECK_CB "DROPCHECK_CB"
|
|
30
|
+
#define IUP_SCROLL_CB "SCROLL_CB"
|
|
31
|
+
#define IUP_VALUE_CB "VALUE_CB"
|
|
32
|
+
#define IUP_VALUE_EDIT_CB "VALUE_EDIT_CB"
|
|
33
|
+
#define IUP_FIELD_CB "FIELD_CB"
|
|
34
|
+
#define IUP_RESIZEMATRIX "RESIZEMATRIX"
|
|
35
|
+
#define IUP_ADDLIN "ADDLIN"
|
|
36
|
+
#define IUP_ADDCOL "ADDCOL"
|
|
37
|
+
#define IUP_DELLIN "DELLIN"
|
|
38
|
+
#define IUP_DELCOL "DELCOL"
|
|
39
|
+
#define IUP_NUMLIN "NUMLIN"
|
|
40
|
+
#define IUP_NUMCOL "NUMCOL"
|
|
41
|
+
#define IUP_NUMLIN_VISIBLE "NUMLIN_VISIBLE"
|
|
42
|
+
#define IUP_NUMCOL_VISIBLE "NUMCOL_VISIBLE"
|
|
43
|
+
#define IUP_MARKED "MARKED"
|
|
44
|
+
#define IUP_WIDTHDEF "WIDTHDEF"
|
|
45
|
+
#define IUP_HEIGHTDEF "HEIGHTDEF"
|
|
46
|
+
#define IUP_AREA "AREA"
|
|
47
|
+
#define IUP_MARK_MODE "MARK_MODE"
|
|
48
|
+
#define IUP_LIN "LIN"
|
|
49
|
+
#define IUP_COL "COL"
|
|
50
|
+
#define IUP_LINCOL "LINCOL"
|
|
51
|
+
#define IUP_CELL "CELL"
|
|
52
|
+
#define IUP_EDIT_MODE "EDIT_MODE"
|
|
53
|
+
#define IUP_FOCUS_CELL "FOCUS_CELL"
|
|
54
|
+
#define IUP_ORIGIN "ORIGIN"
|
|
55
|
+
#define IUP_REDRAW "REDRAW"
|
|
56
|
+
#define IUP_PREVIOUSVALUE "PREVIOUSVALUE"
|
|
57
|
+
#define IUP_MOUSEMOVE_CB "MOUSEMOVE_CB"
|
|
58
|
+
|
|
59
|
+
#ifdef __cplusplus
|
|
60
|
+
}
|
|
61
|
+
#endif
|
|
62
|
+
|
|
63
|
+
#endif
|