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,24 +1,24 @@
|
|
|
1
|
-
/** \file
|
|
2
|
-
* \brief
|
|
3
|
-
*
|
|
4
|
-
* See Copyright Notice in iup.h
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
#ifndef __IUPOLE_H
|
|
8
|
-
#define __IUPOLE_H
|
|
9
|
-
|
|
10
|
-
#ifdef __cplusplus
|
|
11
|
-
extern "C" {
|
|
12
|
-
#endif
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
1
|
+
/** \file
|
|
2
|
+
* \brief Ole control.
|
|
3
|
+
*
|
|
4
|
+
* See Copyright Notice in "iup.h"
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
#ifndef __IUPOLE_H
|
|
8
|
+
#define __IUPOLE_H
|
|
9
|
+
|
|
10
|
+
#ifdef __cplusplus
|
|
11
|
+
extern "C" {
|
|
12
|
+
#endif
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
Ihandle *IupOleControl(const char* progid);
|
|
16
|
+
|
|
17
|
+
int IupOleControlOpen(void);
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
#ifdef __cplusplus
|
|
21
|
+
}
|
|
22
|
+
#endif
|
|
23
|
+
|
|
24
|
+
#endif
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
/** \file
|
|
2
|
-
* \brief
|
|
3
|
-
*
|
|
4
|
-
* See Copyright Notice in iup.h
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
#ifndef __IUPSPIN_H
|
|
8
|
-
#define __IUPSPIN_H
|
|
9
|
-
|
|
10
|
-
#ifdef __cplusplus
|
|
11
|
-
extern "C" {
|
|
12
|
-
#endif
|
|
13
|
-
|
|
14
|
-
Ihandle *IupSpin(void);
|
|
15
|
-
Ihandle* IupSpinbox(Ihandle* ctrl);
|
|
16
|
-
|
|
17
|
-
#ifdef __cplusplus
|
|
18
|
-
}
|
|
19
|
-
#endif
|
|
20
|
-
|
|
21
|
-
#endif
|
|
1
|
+
/** \file
|
|
2
|
+
* \brief Spin control.
|
|
3
|
+
*
|
|
4
|
+
* See Copyright Notice in "iup.h"
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
#ifndef __IUPSPIN_H
|
|
8
|
+
#define __IUPSPIN_H
|
|
9
|
+
|
|
10
|
+
#ifdef __cplusplus
|
|
11
|
+
extern "C" {
|
|
12
|
+
#endif
|
|
13
|
+
|
|
14
|
+
Ihandle *IupSpin(void);
|
|
15
|
+
Ihandle* IupSpinbox(Ihandle* ctrl);
|
|
16
|
+
|
|
17
|
+
#ifdef __cplusplus
|
|
18
|
+
}
|
|
19
|
+
#endif
|
|
20
|
+
|
|
21
|
+
#endif
|
|
@@ -1,79 +1,75 @@
|
|
|
1
|
-
/** \file
|
|
2
|
-
* \brief iuptabs control.
|
|
3
|
-
*
|
|
4
|
-
* See Copyright Notice in iup.h
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
#ifndef __IUPTABS_H
|
|
8
|
-
#define __IUPTABS_H
|
|
9
|
-
|
|
10
|
-
#ifdef __cplusplus
|
|
11
|
-
extern "C" {
|
|
12
|
-
#endif
|
|
13
|
-
|
|
14
|
-
/*
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
#
|
|
18
|
-
#
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
#
|
|
22
|
-
#
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
#
|
|
26
|
-
#
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
#
|
|
30
|
-
#
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
#
|
|
34
|
-
#
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
#
|
|
38
|
-
#
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
#
|
|
42
|
-
#
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
#
|
|
46
|
-
#
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
#
|
|
50
|
-
#
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
#
|
|
54
|
-
#
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
#
|
|
58
|
-
#
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
#
|
|
62
|
-
#
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
#
|
|
66
|
-
#
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
#
|
|
76
|
-
}
|
|
77
|
-
#endif
|
|
78
|
-
|
|
79
|
-
#endif
|
|
1
|
+
/** \file
|
|
2
|
+
* \brief iuptabs control.
|
|
3
|
+
*
|
|
4
|
+
* See Copyright Notice in "iup.h"
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
#ifndef __IUPTABS_H
|
|
8
|
+
#define __IUPTABS_H
|
|
9
|
+
|
|
10
|
+
#ifdef __cplusplus
|
|
11
|
+
extern "C" {
|
|
12
|
+
#endif
|
|
13
|
+
|
|
14
|
+
/* OLD definitions */
|
|
15
|
+
|
|
16
|
+
#ifndef ICTL_TOP
|
|
17
|
+
#define ICTL_TOP "TOP"
|
|
18
|
+
#endif
|
|
19
|
+
|
|
20
|
+
#ifndef ICTL_BOTTOM
|
|
21
|
+
#define ICTL_BOTTOM "BOTTOM"
|
|
22
|
+
#endif
|
|
23
|
+
|
|
24
|
+
#ifndef ICTL_LEFT
|
|
25
|
+
#define ICTL_LEFT "LEFT"
|
|
26
|
+
#endif
|
|
27
|
+
|
|
28
|
+
#ifndef ICTL_RIGHT
|
|
29
|
+
#define ICTL_RIGHT "RIGHT"
|
|
30
|
+
#endif
|
|
31
|
+
|
|
32
|
+
#ifndef ICTL_TABTYPE
|
|
33
|
+
#define ICTL_TABTYPE "TABTYPE"
|
|
34
|
+
#endif
|
|
35
|
+
|
|
36
|
+
#ifndef ICTL_TABTITLE
|
|
37
|
+
#define ICTL_TABTITLE "TABTITLE"
|
|
38
|
+
#endif
|
|
39
|
+
|
|
40
|
+
#ifndef ICTL_TABSIZE
|
|
41
|
+
#define ICTL_TABSIZE "TABSIZE"
|
|
42
|
+
#endif
|
|
43
|
+
|
|
44
|
+
#ifndef ICTL_TABCHANGE_CB
|
|
45
|
+
#define ICTL_TABCHANGE_CB "TABCHANGE_CB"
|
|
46
|
+
#endif
|
|
47
|
+
|
|
48
|
+
#ifndef ICTL_FONT
|
|
49
|
+
#define ICTL_FONT "FONT"
|
|
50
|
+
#endif
|
|
51
|
+
|
|
52
|
+
#ifndef ICTL_FONT_ACTIVE
|
|
53
|
+
#define ICTL_FONT_ACTIVE "FONT_ACTIVE"
|
|
54
|
+
#endif
|
|
55
|
+
|
|
56
|
+
#ifndef ICTL_FONT_INACTIVE
|
|
57
|
+
#define ICTL_FONT_INACTIVE "FONT_INACTIVE"
|
|
58
|
+
#endif
|
|
59
|
+
|
|
60
|
+
#ifndef IUP_FGCOLOR
|
|
61
|
+
#define IUP_FGCOLOR "FGCOLOR"
|
|
62
|
+
#endif
|
|
63
|
+
|
|
64
|
+
#ifndef IUP_BGCOLOR
|
|
65
|
+
#define IUP_BGCOLOR "BGCOLOR"
|
|
66
|
+
#endif
|
|
67
|
+
|
|
68
|
+
void IupOldTabsOpen(void);
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
#ifdef __cplusplus
|
|
72
|
+
}
|
|
73
|
+
#endif
|
|
74
|
+
|
|
75
|
+
#endif
|
|
@@ -1,93 +1,93 @@
|
|
|
1
|
-
/** \file
|
|
2
|
-
* \brief iuptree control.
|
|
3
|
-
*
|
|
4
|
-
* See Copyright Notice in iup.h
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
#ifndef __IUPTREE_H
|
|
8
|
-
#define __IUPTREE_H
|
|
9
|
-
|
|
10
|
-
#ifdef __cplusplus
|
|
11
|
-
extern "C" {
|
|
12
|
-
#endif
|
|
13
|
-
|
|
14
|
-
Ihandle* IupTree(
|
|
15
|
-
|
|
16
|
-
int
|
|
17
|
-
void* IupTreeGetUserId(Ihandle
|
|
18
|
-
int
|
|
19
|
-
|
|
20
|
-
void IupTreeSetAttribute (Ihandle
|
|
21
|
-
void IupTreeStoreAttribute(Ihandle
|
|
22
|
-
char* IupTreeGetAttribute (Ihandle
|
|
23
|
-
int IupTreeGetInt (Ihandle
|
|
24
|
-
float IupTreeGetFloat (Ihandle
|
|
25
|
-
void IupTreeSetfAttribute (Ihandle
|
|
26
|
-
|
|
27
|
-
/* Attributes which are only set */
|
|
28
|
-
#define IUP_ADDLEAF "ADDLEAF"
|
|
29
|
-
#define IUP_ADDBRANCH "ADDBRANCH"
|
|
30
|
-
#define IUP_DELNODE "DELNODE"
|
|
31
|
-
#define IUP_IMAGELEAF "IMAGELEAF"
|
|
32
|
-
#define IUP_IMAGEBRANCHCOLLAPSED "IMAGEBRANCHCOLLAPSED"
|
|
33
|
-
#define IUP_IMAGEBRANCHEXPANDED "IMAGEBRANCHEXPANDED"
|
|
34
|
-
#define IUP_IMAGEEXPANDED "IMAGEEXPANDED"
|
|
35
|
-
|
|
36
|
-
/* Attributes which are only retrieved */
|
|
37
|
-
#define IUP_KIND "KIND"
|
|
38
|
-
#define IUP_PARENT "PARENT"
|
|
39
|
-
#define IUP_DEPTH "DEPTH"
|
|
40
|
-
#define IUP_MARKED "MARKED"
|
|
41
|
-
|
|
42
|
-
/* Attributes that are both set and retrieved */
|
|
43
|
-
#undef IUP_NAME
|
|
44
|
-
#define IUP_ADDEXPANDED "ADDEXPANDED"
|
|
45
|
-
#define IUP_CTRL "CTRL"
|
|
46
|
-
#define IUP_SHIFT "SHIFT"
|
|
47
|
-
#define IUP_NAME "NAME"
|
|
48
|
-
#define IUP_STATE "STATE"
|
|
49
|
-
#define IUP_STARTING "STARTING"
|
|
50
|
-
|
|
51
|
-
#define IUP_LEAF "LEAF"
|
|
52
|
-
#define IUP_BRANCH "BRANCH"
|
|
53
|
-
|
|
54
|
-
#define IUP_SELECTED "SELECTED"
|
|
55
|
-
#define IUP_CHILDREN "CHILDREN"
|
|
56
|
-
#define IUP_MARKED "MARKED"
|
|
57
|
-
|
|
58
|
-
#define IUP_ROOT "ROOT"
|
|
59
|
-
#define IUP_LAST "LAST"
|
|
60
|
-
#define IUP_PGUP "PGUP"
|
|
61
|
-
#define IUP_PGDN "PGDN"
|
|
62
|
-
#define IUP_NEXT "NEXT"
|
|
63
|
-
#define IUP_PREVIOUS "PREVIOUS"
|
|
64
|
-
#define IUP_INVERT "INVERT"
|
|
65
|
-
#define IUP_BLOCK "BLOCK"
|
|
66
|
-
#define IUP_CLEARALL "CLEARALL"
|
|
67
|
-
#define IUP_MARKALL "MARKALL"
|
|
68
|
-
#define IUP_INVERTALL "INVERTALL"
|
|
69
|
-
|
|
70
|
-
#define IUP_REDRAW "REDRAW"
|
|
71
|
-
#define IUP_COLLAPSED "COLLAPSED"
|
|
72
|
-
#define IUP_EXPANDED "EXPANDED"
|
|
73
|
-
|
|
74
|
-
/* User callbacks */
|
|
75
|
-
#define IUP_SELECTION_CB "SELECTION_CB"
|
|
76
|
-
#define IUP_BRANCHOPEN_CB "BRANCHOPEN_CB"
|
|
77
|
-
#define IUP_BRANCHCLOSE_CB "BRANCHCLOSE_CB"
|
|
78
|
-
#define IUP_RIGHTCLICK_CB "RIGHTCLICK_CB"
|
|
79
|
-
#define IUP_EXECUTELEAF_CB "EXECUTELEAF_CB"
|
|
80
|
-
#define IUP_RENAMENODE_CB "RENAMENODE_CB"
|
|
81
|
-
|
|
82
|
-
/*
|
|
83
|
-
#define IUP_IMGLEAF "IMGLEAF"
|
|
84
|
-
#define IUP_IMGCOLLAPSED "IMGCOLLAPSED"
|
|
85
|
-
#define IUP_IMGEXPANDED "IMGEXPANDED"
|
|
86
|
-
#define IUP_IMGBLANK "IMGBLANK"
|
|
87
|
-
#define IUP_IMGPAPER "IMGPAPER"
|
|
88
|
-
|
|
89
|
-
#ifdef __cplusplus
|
|
90
|
-
}
|
|
91
|
-
#endif
|
|
92
|
-
|
|
93
|
-
#endif
|
|
1
|
+
/** \file
|
|
2
|
+
* \brief iuptree control.
|
|
3
|
+
*
|
|
4
|
+
* See Copyright Notice in "iup.h"
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
#ifndef __IUPTREE_H
|
|
8
|
+
#define __IUPTREE_H
|
|
9
|
+
|
|
10
|
+
#ifdef __cplusplus
|
|
11
|
+
extern "C" {
|
|
12
|
+
#endif
|
|
13
|
+
|
|
14
|
+
Ihandle* IupTree(void);
|
|
15
|
+
|
|
16
|
+
int IupTreeSetUserId(Ihandle* ih, int id, void* userid);
|
|
17
|
+
void* IupTreeGetUserId(Ihandle* ih, int id);
|
|
18
|
+
int IupTreeGetId(Ihandle* ih, void *userid);
|
|
19
|
+
|
|
20
|
+
void IupTreeSetAttribute (Ihandle* ih, const char* a, int id, char* v);
|
|
21
|
+
void IupTreeStoreAttribute(Ihandle* ih, const char* a, int id, char* v);
|
|
22
|
+
char* IupTreeGetAttribute (Ihandle* ih, const char* a, int id);
|
|
23
|
+
int IupTreeGetInt (Ihandle* ih, const char* a, int id);
|
|
24
|
+
float IupTreeGetFloat (Ihandle* ih, const char* a, int id);
|
|
25
|
+
void IupTreeSetfAttribute (Ihandle* ih, const char* a, int id, char* f, ...);
|
|
26
|
+
|
|
27
|
+
/* Attributes which are only set */
|
|
28
|
+
#define IUP_ADDLEAF "ADDLEAF"
|
|
29
|
+
#define IUP_ADDBRANCH "ADDBRANCH"
|
|
30
|
+
#define IUP_DELNODE "DELNODE"
|
|
31
|
+
#define IUP_IMAGELEAF "IMAGELEAF"
|
|
32
|
+
#define IUP_IMAGEBRANCHCOLLAPSED "IMAGEBRANCHCOLLAPSED"
|
|
33
|
+
#define IUP_IMAGEBRANCHEXPANDED "IMAGEBRANCHEXPANDED"
|
|
34
|
+
#define IUP_IMAGEEXPANDED "IMAGEEXPANDED"
|
|
35
|
+
|
|
36
|
+
/* Attributes which are only retrieved */
|
|
37
|
+
#define IUP_KIND "KIND"
|
|
38
|
+
#define IUP_PARENT "PARENT"
|
|
39
|
+
#define IUP_DEPTH "DEPTH"
|
|
40
|
+
#define IUP_MARKED "MARKED"
|
|
41
|
+
|
|
42
|
+
/* Attributes that are both set and retrieved */
|
|
43
|
+
#undef IUP_NAME
|
|
44
|
+
#define IUP_ADDEXPANDED "ADDEXPANDED"
|
|
45
|
+
#define IUP_CTRL "CTRL"
|
|
46
|
+
#define IUP_SHIFT "SHIFT"
|
|
47
|
+
#define IUP_NAME "NAME"
|
|
48
|
+
#define IUP_STATE "STATE"
|
|
49
|
+
#define IUP_STARTING "STARTING"
|
|
50
|
+
|
|
51
|
+
#define IUP_LEAF "LEAF"
|
|
52
|
+
#define IUP_BRANCH "BRANCH"
|
|
53
|
+
|
|
54
|
+
#define IUP_SELECTED "SELECTED"
|
|
55
|
+
#define IUP_CHILDREN "CHILDREN"
|
|
56
|
+
#define IUP_MARKED "MARKED"
|
|
57
|
+
|
|
58
|
+
#define IUP_ROOT "ROOT"
|
|
59
|
+
#define IUP_LAST "LAST"
|
|
60
|
+
#define IUP_PGUP "PGUP"
|
|
61
|
+
#define IUP_PGDN "PGDN"
|
|
62
|
+
#define IUP_NEXT "NEXT"
|
|
63
|
+
#define IUP_PREVIOUS "PREVIOUS"
|
|
64
|
+
#define IUP_INVERT "INVERT"
|
|
65
|
+
#define IUP_BLOCK "BLOCK"
|
|
66
|
+
#define IUP_CLEARALL "CLEARALL"
|
|
67
|
+
#define IUP_MARKALL "MARKALL"
|
|
68
|
+
#define IUP_INVERTALL "INVERTALL"
|
|
69
|
+
|
|
70
|
+
#define IUP_REDRAW "REDRAW"
|
|
71
|
+
#define IUP_COLLAPSED "COLLAPSED"
|
|
72
|
+
#define IUP_EXPANDED "EXPANDED"
|
|
73
|
+
|
|
74
|
+
/* User callbacks */
|
|
75
|
+
#define IUP_SELECTION_CB "SELECTION_CB"
|
|
76
|
+
#define IUP_BRANCHOPEN_CB "BRANCHOPEN_CB"
|
|
77
|
+
#define IUP_BRANCHCLOSE_CB "BRANCHCLOSE_CB"
|
|
78
|
+
#define IUP_RIGHTCLICK_CB "RIGHTCLICK_CB"
|
|
79
|
+
#define IUP_EXECUTELEAF_CB "EXECUTELEAF_CB"
|
|
80
|
+
#define IUP_RENAMENODE_CB "RENAMENODE_CB"
|
|
81
|
+
|
|
82
|
+
/* Predefined images */
|
|
83
|
+
#define IUP_IMGLEAF "IMGLEAF"
|
|
84
|
+
#define IUP_IMGCOLLAPSED "IMGCOLLAPSED"
|
|
85
|
+
#define IUP_IMGEXPANDED "IMGEXPANDED"
|
|
86
|
+
#define IUP_IMGBLANK "IMGBLANK"
|
|
87
|
+
#define IUP_IMGPAPER "IMGPAPER"
|
|
88
|
+
|
|
89
|
+
#ifdef __cplusplus
|
|
90
|
+
}
|
|
91
|
+
#endif
|
|
92
|
+
|
|
93
|
+
#endif
|
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
/** \file
|
|
2
|
-
* \brief iupval control.
|
|
3
|
-
*
|
|
4
|
-
* See Copyright Notice in iup.h
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
#ifndef __IUPVAL_H
|
|
8
|
-
#define __IUPVAL_H
|
|
9
|
-
|
|
10
|
-
#ifdef __cplusplus
|
|
11
|
-
extern "C" {
|
|
12
|
-
#endif
|
|
13
|
-
|
|
14
|
-
/*
|
|
15
|
-
|
|
16
|
-
#
|
|
17
|
-
#
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
#
|
|
21
|
-
#
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
#
|
|
25
|
-
#
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
#ifndef ICTL_HORIZONTAL
|
|
29
|
-
#define ICTL_HORIZONTAL "HORIZONTAL"
|
|
30
|
-
#endif
|
|
31
|
-
|
|
32
|
-
#ifndef ICTL_VERTICAL
|
|
33
|
-
#define ICTL_VERTICAL "VERTICAL"
|
|
34
|
-
#endif
|
|
35
|
-
|
|
36
|
-
#ifndef ICTL_SHOWTICKS
|
|
37
|
-
#define ICTL_SHOWTICKS "SHOWTICKS"
|
|
38
|
-
#endif
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
#ifdef __cplusplus
|
|
43
|
-
}
|
|
44
|
-
#endif
|
|
45
|
-
|
|
46
|
-
#endif
|
|
1
|
+
/** \file
|
|
2
|
+
* \brief iupval control.
|
|
3
|
+
*
|
|
4
|
+
* See Copyright Notice in "iup.h"
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
#ifndef __IUPVAL_H
|
|
8
|
+
#define __IUPVAL_H
|
|
9
|
+
|
|
10
|
+
#ifdef __cplusplus
|
|
11
|
+
extern "C" {
|
|
12
|
+
#endif
|
|
13
|
+
|
|
14
|
+
/* OLD definitions */
|
|
15
|
+
|
|
16
|
+
#ifndef ICTL_MOUSEMOVE_CB
|
|
17
|
+
#define ICTL_MOUSEMOVE_CB "MOUSEMOVE_CB"
|
|
18
|
+
#endif
|
|
19
|
+
|
|
20
|
+
#ifndef ICTL_BUTTON_PRESS_CB
|
|
21
|
+
#define ICTL_BUTTON_PRESS_CB "BUTTON_PRESS_CB"
|
|
22
|
+
#endif
|
|
23
|
+
|
|
24
|
+
#ifndef ICTL_BUTTON_RELEASE_CB
|
|
25
|
+
#define ICTL_BUTTON_RELEASE_CB "BUTTON_RELEASE_CB"
|
|
26
|
+
#endif
|
|
27
|
+
|
|
28
|
+
#ifndef ICTL_HORIZONTAL
|
|
29
|
+
#define ICTL_HORIZONTAL "HORIZONTAL"
|
|
30
|
+
#endif
|
|
31
|
+
|
|
32
|
+
#ifndef ICTL_VERTICAL
|
|
33
|
+
#define ICTL_VERTICAL "VERTICAL"
|
|
34
|
+
#endif
|
|
35
|
+
|
|
36
|
+
#ifndef ICTL_SHOWTICKS
|
|
37
|
+
#define ICTL_SHOWTICKS "SHOWTICKS"
|
|
38
|
+
#endif
|
|
39
|
+
|
|
40
|
+
void IupOldValOpen(void);
|
|
41
|
+
|
|
42
|
+
#ifdef __cplusplus
|
|
43
|
+
}
|
|
44
|
+
#endif
|
|
45
|
+
|
|
46
|
+
#endif
|