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,40 +1,40 @@
|
|
|
1
|
-
/** \file
|
|
2
|
-
* \brief PPlot component for Iup.
|
|
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
|
-
/* Initialize PPlot widget class */
|
|
15
|
-
void IupPPlotOpen(void);
|
|
16
|
-
|
|
17
|
-
/* Create an PPlot widget instance */
|
|
18
|
-
Ihandle* IupPPlot(void);
|
|
19
|
-
|
|
20
|
-
/* Add dataset to plot */
|
|
21
|
-
void IupPPlotBegin(Ihandle *
|
|
22
|
-
void IupPPlotAdd(Ihandle *
|
|
23
|
-
void IupPPlotAddStr(Ihandle *
|
|
24
|
-
int IupPPlotEnd(Ihandle *
|
|
25
|
-
|
|
26
|
-
void IupPPlotInsertStr(Ihandle *
|
|
27
|
-
void IupPPlotInsert(Ihandle *
|
|
28
|
-
|
|
29
|
-
/* convert from plot coordinates to pixels */
|
|
30
|
-
void IupPPlotTransform(Ihandle*
|
|
31
|
-
|
|
32
|
-
/* Plot on the given device. Uses a "cdCanvas*". */
|
|
33
|
-
void IupPPlotPaintTo(Ihandle *
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
#ifdef __cplusplus
|
|
37
|
-
}
|
|
38
|
-
#endif
|
|
39
|
-
|
|
40
|
-
#endif
|
|
1
|
+
/** \file
|
|
2
|
+
* \brief PPlot component for Iup.
|
|
3
|
+
*
|
|
4
|
+
* See Copyright Notice in "iup.h"
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
#ifndef __IUPPPLOT_H
|
|
8
|
+
#define __IUPPPLOT_H
|
|
9
|
+
|
|
10
|
+
#ifdef __cplusplus
|
|
11
|
+
extern "C" {
|
|
12
|
+
#endif
|
|
13
|
+
|
|
14
|
+
/* Initialize PPlot widget class */
|
|
15
|
+
void IupPPlotOpen(void);
|
|
16
|
+
|
|
17
|
+
/* Create an PPlot widget instance */
|
|
18
|
+
Ihandle* IupPPlot(void);
|
|
19
|
+
|
|
20
|
+
/* Add dataset to plot */
|
|
21
|
+
void IupPPlotBegin(Ihandle *ih, int strXdata);
|
|
22
|
+
void IupPPlotAdd(Ihandle *ih, float x, float y);
|
|
23
|
+
void IupPPlotAddStr(Ihandle *ih, const char* x, float y);
|
|
24
|
+
int IupPPlotEnd(Ihandle *ih);
|
|
25
|
+
|
|
26
|
+
void IupPPlotInsertStr(Ihandle *ih, int index, int sample_index, const char* x, float y);
|
|
27
|
+
void IupPPlotInsert(Ihandle *ih, int index, int sample_index, float x, float y);
|
|
28
|
+
|
|
29
|
+
/* convert from plot coordinates to pixels */
|
|
30
|
+
void IupPPlotTransform(Ihandle* ih, float x, float y, int *ix, int *iy);
|
|
31
|
+
|
|
32
|
+
/* Plot on the given device. Uses a "cdCanvas*". */
|
|
33
|
+
void IupPPlotPaintTo(Ihandle *ih, void *cnv);
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
#ifdef __cplusplus
|
|
37
|
+
}
|
|
38
|
+
#endif
|
|
39
|
+
|
|
40
|
+
#endif
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
/** \file
|
|
2
|
-
* \brief iupcolorbrowser control.
|
|
3
|
-
*
|
|
4
|
-
* See Copyright Notice in iup.h
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
#ifndef __IUPCB_H
|
|
8
|
-
#define __IUPCB_H
|
|
9
|
-
|
|
10
|
-
#ifdef __cplusplus
|
|
11
|
-
extern "C" {
|
|
12
|
-
#endif
|
|
13
|
-
|
|
14
|
-
Ihandle *IupColorBrowser(void);
|
|
15
|
-
|
|
16
|
-
#define IUP_RGB "RGB"
|
|
17
|
-
#define IUP_CHANGE_CB "CHANGE_CB"
|
|
18
|
-
#define IUP_DRAG_CB "DRAG_CB"
|
|
19
|
-
|
|
20
|
-
#ifdef __cplusplus
|
|
21
|
-
}
|
|
22
|
-
#endif
|
|
23
|
-
|
|
24
|
-
#endif
|
|
25
|
-
|
|
1
|
+
/** \file
|
|
2
|
+
* \brief iupcolorbrowser control.
|
|
3
|
+
*
|
|
4
|
+
* See Copyright Notice in "iup.h"
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
#ifndef __IUPCB_H
|
|
8
|
+
#define __IUPCB_H
|
|
9
|
+
|
|
10
|
+
#ifdef __cplusplus
|
|
11
|
+
extern "C" {
|
|
12
|
+
#endif
|
|
13
|
+
|
|
14
|
+
Ihandle *IupColorBrowser(void);
|
|
15
|
+
|
|
16
|
+
#define IUP_RGB "RGB"
|
|
17
|
+
#define IUP_CHANGE_CB "CHANGE_CB"
|
|
18
|
+
#define IUP_DRAG_CB "DRAG_CB"
|
|
19
|
+
|
|
20
|
+
#ifdef __cplusplus
|
|
21
|
+
}
|
|
22
|
+
#endif
|
|
23
|
+
|
|
24
|
+
#endif
|
|
25
|
+
|
|
@@ -1,42 +1,43 @@
|
|
|
1
|
-
/** \file
|
|
2
|
-
* \brief Contains all function pointer typedefs.
|
|
3
|
-
*
|
|
4
|
-
* See Copyright Notice in iup.h
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
#ifndef __IUPCBS_H
|
|
8
|
-
#define __IUPCBS_H
|
|
9
|
-
|
|
10
|
-
typedef int (*IFidle)(void); /* idle */
|
|
11
|
-
|
|
12
|
-
typedef int (*IFn)(Ihandle*); /* default definition */
|
|
13
|
-
typedef int (*IFni)(Ihandle*, int); /* k_any, show_cb, toggle_action, spin_cb, branchopen_cb, branchclose_cb, executeleaf_cb, showrename_cb, rightclick_cb, extended_cb */
|
|
14
|
-
typedef int (*IFnii)(Ihandle*, int, int); /* resize_cb, caret_cb, matrix_mousemove_cb, enteritem_cb, leaveitem_cb, scrolltop_cb, dropcheck_cb, selection_cb, select_cb, switch_cb */
|
|
15
|
-
typedef int (*IFniii)(Ihandle*, int, int, int); /* trayclick_cb, edition_cb */
|
|
16
|
-
typedef int (*IFniiii)(Ihandle*, int, int, int, int); /* dragdrop_cb */
|
|
17
|
-
typedef int (*IFniiiiii)(Ihandle*, int, int, int, int, int, int); /* draw_cb */
|
|
18
|
-
|
|
19
|
-
typedef int (*IFnff)(Ihandle*, float, float); /* canvas_action */
|
|
20
|
-
typedef int (*IFniff)(Ihandle*,int,float,float); /* scroll_cb */
|
|
21
|
-
typedef int (*IFnfiis)(Ihandle*,float,int,int,char*); /* wheel_cb */
|
|
22
|
-
|
|
23
|
-
typedef int (*IFnnii)(Ihandle*, Ihandle*, int, int); /* drop_cb */
|
|
24
|
-
typedef int (*IFnnn)(Ihandle*, Ihandle*, Ihandle*); /* tabchange_cb */
|
|
25
|
-
typedef int (*IFnss)(Ihandle*, char *, char *); /* file_cb */
|
|
26
|
-
typedef int (*IFns)(Ihandle*, char *); /* multiselect_cb */
|
|
27
|
-
typedef int (*IFnis)(Ihandle*, int, char *); /* text_action, multiline_action, edit_cb, renamenode_cb, rename_cb */
|
|
28
|
-
typedef int (*IFnsii)(Ihandle*, char*, int, int); /* list_action */
|
|
29
|
-
typedef int (*IFnsiii)(Ihandle*, char*, int, int, int); /* dropfiles_cb */
|
|
30
|
-
typedef int (*IFniis)(Ihandle*, int, int, char*); /* motion_cb, click_cb, value_edit_cb */
|
|
31
|
-
typedef int (*IFniiiis)(Ihandle*, int, int, int, int, char*); /* button_cb, matrix_action */
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
typedef int (*
|
|
35
|
-
typedef int (*
|
|
36
|
-
typedef int (*
|
|
37
|
-
typedef int (*
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
typedef char* (*
|
|
41
|
-
|
|
42
|
-
|
|
1
|
+
/** \file
|
|
2
|
+
* \brief Contains all function pointer typedefs.
|
|
3
|
+
*
|
|
4
|
+
* See Copyright Notice in "iup.h"
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
#ifndef __IUPCBS_H
|
|
8
|
+
#define __IUPCBS_H
|
|
9
|
+
|
|
10
|
+
typedef int (*IFidle)(void); /* idle */
|
|
11
|
+
|
|
12
|
+
typedef int (*IFn)(Ihandle*); /* default definition, same as Icallback (ncols_cb, nlines_cb)*/
|
|
13
|
+
typedef int (*IFni)(Ihandle*, int); /* k_any, show_cb, toggle_action, spin_cb, branchopen_cb, branchclose_cb, executeleaf_cb, showrename_cb, rightclick_cb, extended_cb, height_cb, width_cb */
|
|
14
|
+
typedef int (*IFnii)(Ihandle*, int, int); /* resize_cb, caret_cb, matrix_mousemove_cb, enteritem_cb, leaveitem_cb, scrolltop_cb, dropcheck_cb, selection_cb, select_cb, switch_cb, scrolling_cb, vspan_cb, hspan_cb */
|
|
15
|
+
typedef int (*IFniii)(Ihandle*, int, int, int); /* trayclick_cb, edition_cb */
|
|
16
|
+
typedef int (*IFniiii)(Ihandle*, int, int, int, int); /* dragdrop_cb */
|
|
17
|
+
typedef int (*IFniiiiii)(Ihandle*, int, int, int, int, int, int); /* draw_cb */
|
|
18
|
+
|
|
19
|
+
typedef int (*IFnff)(Ihandle*, float, float); /* canvas_action */
|
|
20
|
+
typedef int (*IFniff)(Ihandle*,int,float,float); /* scroll_cb */
|
|
21
|
+
typedef int (*IFnfiis)(Ihandle*,float,int,int,char*); /* wheel_cb */
|
|
22
|
+
|
|
23
|
+
typedef int (*IFnnii)(Ihandle*, Ihandle*, int, int); /* drop_cb */
|
|
24
|
+
typedef int (*IFnnn)(Ihandle*, Ihandle*, Ihandle*); /* tabchange_cb */
|
|
25
|
+
typedef int (*IFnss)(Ihandle*, char *, char *); /* file_cb */
|
|
26
|
+
typedef int (*IFns)(Ihandle*, char *); /* multiselect_cb */
|
|
27
|
+
typedef int (*IFnis)(Ihandle*, int, char *); /* text_action, multiline_action, edit_cb, renamenode_cb, rename_cb */
|
|
28
|
+
typedef int (*IFnsii)(Ihandle*, char*, int, int); /* list_action */
|
|
29
|
+
typedef int (*IFnsiii)(Ihandle*, char*, int, int, int); /* dropfiles_cb */
|
|
30
|
+
typedef int (*IFniis)(Ihandle*, int, int, char*); /* motion_cb, click_cb, value_edit_cb */
|
|
31
|
+
typedef int (*IFniiiis)(Ihandle*, int, int, int, int, char*); /* button_cb, matrix_action, mousemotion_cb */
|
|
32
|
+
typedef int (*IFniiiiiis)(Ihandle*, int, int, int, int, int, int, char*); /* mouseclick_cb */
|
|
33
|
+
|
|
34
|
+
typedef int (*IFnIi)(Ihandle*, int*, int); /* multiselection_cb, multiselection_cb */
|
|
35
|
+
typedef int (*IFnd)(Ihandle*, double); /* mousemove_cb, button_press_cb, button_release_cb */
|
|
36
|
+
typedef int (*IFniiIII)(Ihandle*, int, int, int*, int*, int*); /* fgcolor_cb, bgcolor_cb */
|
|
37
|
+
typedef int (*IFniinsii)(Ihandle*, int, int, Ihandle*, char*, int, int); /* dropselect_cb */
|
|
38
|
+
typedef int (*IFnccc)(Ihandle*, unsigned char, unsigned char, unsigned char); /* drag_cb, change_cb */
|
|
39
|
+
|
|
40
|
+
typedef char* (*sIFnii)(Ihandle*, int, int); /* value_cb */
|
|
41
|
+
typedef char* (*sIFni)(Ihandle*, int); /* cell_cb */
|
|
42
|
+
|
|
43
|
+
#endif
|
|
@@ -1,130 +1,130 @@
|
|
|
1
|
-
/** \file
|
|
2
|
-
* \brief iupcells control.
|
|
3
|
-
*
|
|
4
|
-
* See Copyright Notice in iup.h
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
#ifndef __IUPCELLS_H
|
|
8
|
-
#define __IUPCELLS_H
|
|
9
|
-
|
|
10
|
-
#define IUP_OUT -999
|
|
11
|
-
|
|
12
|
-
#ifndef IUP_ALL
|
|
13
|
-
#define IUP_ALL "ALL"
|
|
14
|
-
#endif
|
|
15
|
-
|
|
16
|
-
#ifndef IUP_BOXED
|
|
17
|
-
#define IUP_BOXED "BOXED"
|
|
18
|
-
#endif
|
|
19
|
-
|
|
20
|
-
#ifndef IUP_CLIPPED
|
|
21
|
-
#define IUP_CLIPPED "CLIPPED"
|
|
22
|
-
#endif
|
|
23
|
-
|
|
24
|
-
#ifndef IUP_TRANSPARENT
|
|
25
|
-
#define IUP_TRANSPARENT "TRANSPARENT"
|
|
26
|
-
#endif
|
|
27
|
-
|
|
28
|
-
#ifndef IUP_NON_SCROLLABLE_LINES
|
|
29
|
-
#define IUP_NON_SCROLLABLE_LINES "NON_SCROLLABLE_LINES"
|
|
30
|
-
#endif
|
|
31
|
-
|
|
32
|
-
#ifndef IUP_NON_SCROLLABLE_COLS
|
|
33
|
-
#define IUP_NON_SCROLLABLE_COLS "NON_SCROLLABLE_COLS"
|
|
34
|
-
#endif
|
|
35
|
-
|
|
36
|
-
#ifndef IUP_ORIGIN
|
|
37
|
-
#define IUP_ORIGIN "ORIGIN"
|
|
38
|
-
#endif
|
|
39
|
-
|
|
40
|
-
#ifndef IUP_NO_COLOR
|
|
41
|
-
#define IUP_NO_COLOR "NO_COLOR"
|
|
42
|
-
#endif
|
|
43
|
-
|
|
44
|
-
#ifndef IUP_FIRST_LINE
|
|
45
|
-
#define IUP_FIRST_LINE "FIRST_LINE"
|
|
46
|
-
#endif
|
|
47
|
-
|
|
48
|
-
#ifndef IUP_FIRST_COL
|
|
49
|
-
#define IUP_FIRST_COL "FIRST_COL"
|
|
50
|
-
#endif
|
|
51
|
-
|
|
52
|
-
#ifndef IUP_DOUBLE_BUFFER
|
|
53
|
-
#define IUP_DOUBLE_BUFFER "DOUBLE_BUFFER"
|
|
54
|
-
#endif
|
|
55
|
-
|
|
56
|
-
#ifndef IUP_BUFFERIZE
|
|
57
|
-
#define IUP_BUFFERIZE "BUFFERIZE"
|
|
58
|
-
#endif
|
|
59
|
-
|
|
60
|
-
#ifndef IUP_REPAINT
|
|
61
|
-
#define IUP_REPAINT "REPAINT"
|
|
62
|
-
#endif
|
|
63
|
-
|
|
64
|
-
#ifndef IUP_LIMITS
|
|
65
|
-
#define IUP_LIMITS "LIMITS"
|
|
66
|
-
#endif
|
|
67
|
-
|
|
68
|
-
#ifndef IUP_CANVAS
|
|
69
|
-
#define IUP_CANVAS "CANVAS"
|
|
70
|
-
#endif
|
|
71
|
-
|
|
72
|
-
#ifndef IUP_IMAGE_CANVAS
|
|
73
|
-
#define IUP_IMAGE_CANVAS "IMAGE_CANVAS"
|
|
74
|
-
#endif
|
|
75
|
-
|
|
76
|
-
#ifndef IUP_FULL_VISIBLE
|
|
77
|
-
#define IUP_FULL_VISIBLE "FULL_VISIBLE"
|
|
78
|
-
#endif
|
|
79
|
-
|
|
80
|
-
#ifndef IUP_MOUSECLICK_CB
|
|
81
|
-
#define IUP_MOUSECLICK_CB "MOUSECLICK_CB"
|
|
82
|
-
#endif
|
|
83
|
-
|
|
84
|
-
#ifndef IUP_MOUSEMOTION_CB
|
|
85
|
-
#define IUP_MOUSEMOTION_CB "MOUSEMOTION_CB"
|
|
86
|
-
#endif
|
|
87
|
-
|
|
88
|
-
#ifndef IUP_DRAW_CB
|
|
89
|
-
#define IUP_DRAW_CB "DRAW_CB"
|
|
90
|
-
#endif
|
|
91
|
-
|
|
92
|
-
#ifndef IUP_WIDTH_CB
|
|
93
|
-
#define IUP_WIDTH_CB "WIDTH_CB"
|
|
94
|
-
#endif
|
|
95
|
-
|
|
96
|
-
#ifndef IUP_HEIGHT_CB
|
|
97
|
-
#define IUP_HEIGHT_CB "HEIGHT_CB"
|
|
98
|
-
#endif
|
|
99
|
-
|
|
100
|
-
#ifndef IUP_NLINES_CB
|
|
101
|
-
#define IUP_NLINES_CB "NLINES_CB"
|
|
102
|
-
#endif
|
|
103
|
-
|
|
104
|
-
#ifndef IUP_NCOLS_CB
|
|
105
|
-
#define IUP_NCOLS_CB "NCOLS_CB"
|
|
106
|
-
#endif
|
|
107
|
-
|
|
108
|
-
#ifndef IUP_HSPAN_CB
|
|
109
|
-
#define IUP_HSPAN_CB "HSPAN_CB"
|
|
110
|
-
#endif
|
|
111
|
-
|
|
112
|
-
#ifndef IUP_VSPAN_CB
|
|
113
|
-
#define IUP_VSPAN_CB "VSPAN_CB"
|
|
114
|
-
#endif
|
|
115
|
-
|
|
116
|
-
#ifndef IUP_SCROLLING_CB
|
|
117
|
-
#define IUP_SCROLLING_CB "SCROLLING_CB"
|
|
118
|
-
#endif
|
|
119
|
-
|
|
120
|
-
#ifdef __cplusplus
|
|
121
|
-
extern "C" {
|
|
122
|
-
#endif /* __cplusplus */
|
|
123
|
-
|
|
124
|
-
Ihandle* IupCells(void);
|
|
125
|
-
|
|
126
|
-
#ifdef __cplusplus
|
|
127
|
-
}
|
|
128
|
-
#endif /* __cplusplus */
|
|
129
|
-
|
|
130
|
-
#endif /* _iupcells_h */
|
|
1
|
+
/** \file
|
|
2
|
+
* \brief iupcells control.
|
|
3
|
+
*
|
|
4
|
+
* See Copyright Notice in "iup.h"
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
#ifndef __IUPCELLS_H
|
|
8
|
+
#define __IUPCELLS_H
|
|
9
|
+
|
|
10
|
+
#define IUP_OUT -999
|
|
11
|
+
|
|
12
|
+
#ifndef IUP_ALL
|
|
13
|
+
#define IUP_ALL "ALL"
|
|
14
|
+
#endif
|
|
15
|
+
|
|
16
|
+
#ifndef IUP_BOXED
|
|
17
|
+
#define IUP_BOXED "BOXED"
|
|
18
|
+
#endif
|
|
19
|
+
|
|
20
|
+
#ifndef IUP_CLIPPED
|
|
21
|
+
#define IUP_CLIPPED "CLIPPED"
|
|
22
|
+
#endif
|
|
23
|
+
|
|
24
|
+
#ifndef IUP_TRANSPARENT
|
|
25
|
+
#define IUP_TRANSPARENT "TRANSPARENT"
|
|
26
|
+
#endif
|
|
27
|
+
|
|
28
|
+
#ifndef IUP_NON_SCROLLABLE_LINES
|
|
29
|
+
#define IUP_NON_SCROLLABLE_LINES "NON_SCROLLABLE_LINES"
|
|
30
|
+
#endif
|
|
31
|
+
|
|
32
|
+
#ifndef IUP_NON_SCROLLABLE_COLS
|
|
33
|
+
#define IUP_NON_SCROLLABLE_COLS "NON_SCROLLABLE_COLS"
|
|
34
|
+
#endif
|
|
35
|
+
|
|
36
|
+
#ifndef IUP_ORIGIN
|
|
37
|
+
#define IUP_ORIGIN "ORIGIN"
|
|
38
|
+
#endif
|
|
39
|
+
|
|
40
|
+
#ifndef IUP_NO_COLOR
|
|
41
|
+
#define IUP_NO_COLOR "NO_COLOR"
|
|
42
|
+
#endif
|
|
43
|
+
|
|
44
|
+
#ifndef IUP_FIRST_LINE
|
|
45
|
+
#define IUP_FIRST_LINE "FIRST_LINE"
|
|
46
|
+
#endif
|
|
47
|
+
|
|
48
|
+
#ifndef IUP_FIRST_COL
|
|
49
|
+
#define IUP_FIRST_COL "FIRST_COL"
|
|
50
|
+
#endif
|
|
51
|
+
|
|
52
|
+
#ifndef IUP_DOUBLE_BUFFER
|
|
53
|
+
#define IUP_DOUBLE_BUFFER "DOUBLE_BUFFER"
|
|
54
|
+
#endif
|
|
55
|
+
|
|
56
|
+
#ifndef IUP_BUFFERIZE
|
|
57
|
+
#define IUP_BUFFERIZE "BUFFERIZE"
|
|
58
|
+
#endif
|
|
59
|
+
|
|
60
|
+
#ifndef IUP_REPAINT
|
|
61
|
+
#define IUP_REPAINT "REPAINT"
|
|
62
|
+
#endif
|
|
63
|
+
|
|
64
|
+
#ifndef IUP_LIMITS
|
|
65
|
+
#define IUP_LIMITS "LIMITS"
|
|
66
|
+
#endif
|
|
67
|
+
|
|
68
|
+
#ifndef IUP_CANVAS
|
|
69
|
+
#define IUP_CANVAS "CANVAS"
|
|
70
|
+
#endif
|
|
71
|
+
|
|
72
|
+
#ifndef IUP_IMAGE_CANVAS
|
|
73
|
+
#define IUP_IMAGE_CANVAS "IMAGE_CANVAS"
|
|
74
|
+
#endif
|
|
75
|
+
|
|
76
|
+
#ifndef IUP_FULL_VISIBLE
|
|
77
|
+
#define IUP_FULL_VISIBLE "FULL_VISIBLE"
|
|
78
|
+
#endif
|
|
79
|
+
|
|
80
|
+
#ifndef IUP_MOUSECLICK_CB
|
|
81
|
+
#define IUP_MOUSECLICK_CB "MOUSECLICK_CB"
|
|
82
|
+
#endif
|
|
83
|
+
|
|
84
|
+
#ifndef IUP_MOUSEMOTION_CB
|
|
85
|
+
#define IUP_MOUSEMOTION_CB "MOUSEMOTION_CB"
|
|
86
|
+
#endif
|
|
87
|
+
|
|
88
|
+
#ifndef IUP_DRAW_CB
|
|
89
|
+
#define IUP_DRAW_CB "DRAW_CB"
|
|
90
|
+
#endif
|
|
91
|
+
|
|
92
|
+
#ifndef IUP_WIDTH_CB
|
|
93
|
+
#define IUP_WIDTH_CB "WIDTH_CB"
|
|
94
|
+
#endif
|
|
95
|
+
|
|
96
|
+
#ifndef IUP_HEIGHT_CB
|
|
97
|
+
#define IUP_HEIGHT_CB "HEIGHT_CB"
|
|
98
|
+
#endif
|
|
99
|
+
|
|
100
|
+
#ifndef IUP_NLINES_CB
|
|
101
|
+
#define IUP_NLINES_CB "NLINES_CB"
|
|
102
|
+
#endif
|
|
103
|
+
|
|
104
|
+
#ifndef IUP_NCOLS_CB
|
|
105
|
+
#define IUP_NCOLS_CB "NCOLS_CB"
|
|
106
|
+
#endif
|
|
107
|
+
|
|
108
|
+
#ifndef IUP_HSPAN_CB
|
|
109
|
+
#define IUP_HSPAN_CB "HSPAN_CB"
|
|
110
|
+
#endif
|
|
111
|
+
|
|
112
|
+
#ifndef IUP_VSPAN_CB
|
|
113
|
+
#define IUP_VSPAN_CB "VSPAN_CB"
|
|
114
|
+
#endif
|
|
115
|
+
|
|
116
|
+
#ifndef IUP_SCROLLING_CB
|
|
117
|
+
#define IUP_SCROLLING_CB "SCROLLING_CB"
|
|
118
|
+
#endif
|
|
119
|
+
|
|
120
|
+
#ifdef __cplusplus
|
|
121
|
+
extern "C" {
|
|
122
|
+
#endif /* __cplusplus */
|
|
123
|
+
|
|
124
|
+
Ihandle* IupCells(void);
|
|
125
|
+
|
|
126
|
+
#ifdef __cplusplus
|
|
127
|
+
}
|
|
128
|
+
#endif /* __cplusplus */
|
|
129
|
+
|
|
130
|
+
#endif /* _iupcells_h */
|